Polaris Users
Delete Polaris User
DELETE /api/.../polarisusers/{id}
Deletes following data:
- Permissions
- Membership in permission groups
- Bibliographic templates
- Authority templates
- Item templates
- Item record sets
- Bibliographic record sets
- Authority record sets
- Patron record sets
- Mailing label record sets
- Macros
Related changes:
- Staff user account status" SA value for the user is set to "Closed";
- " (Deleted)" is appended to the name;
- The user's Enabled property is set to 0
Request Information
Parameters
Name |
Type |
Required |
Description |
id |
Integer |
Yes |
The unique id assigned to the polaris user. |
Example
application/json, text/json
DELETE /api/.../polarisusers/5;
Response Information
Required Permissions
Permission IDs found here.
StaffMembers_Access(ownerID)
StaffMembers_Delete(ownerID)
StaffMembers_Modify(ownerID)
HTTP Response Codes
Code |
Description |
204 |
OK(No Content). Success |
404 |
Not Found |