© 2024 Clarivate
PATCH /api/.../polarisusers/{id}
Updates polaris user data and returns the result. Currently only updates the 'Enabled' property.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the polaris user. |
Name | Type |
---|---|
Enabled | Boolean |
[
{
"value": true,
"path": "/enabled",
"op": "replace"
}
]
{
"PolarisUserID": 105,
"OrganizationID": 81,
"ExternalID": "testID",
"Name": "Quaker Ask Us",
"BranchID": null,
"Enabled": true,
"CreatorID": 1,
"ModifierID": 1,
"CreationDate": "2011-02-16T20:28:16.177+04:00",
"ModificationDate": "2023-03-20T19:00:05.6670938+04:00",
"NetworkDomainID": null,
"RecordStatusID": 1,
"Email": "test@polarislibrary.com",
"Groups": [
{
"GroupID": 1,
"GroupName": "Administrator"
},
{
"GroupID": 14,
"GroupName": "No Permissions"
}
]
}
Permission IDs found here.
StaffMembers_Access(ownerID) StaffMembers_Modify(ownerID)
Code | Description |
---|---|
200 | OK. Success |
404 | Not Found |