© 2025 Clarivate
PUT /api/.../groups/{id}/polarisusers/{userId}
Add Polaris User to specified Permission Group
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the polaris group. |
| userId | Integer | Yes | The unique id assigned to the polaris user. |
Permission IDs found here.
CR_Group_Access() CR_Group_Modify()
| Code | Description |
|---|---|
| 204 | OK (No Content). Success |
| 404 | Not Found |