Polaris Groups

Add Polaris User Permission Group

PUT /api/.../groups/{id}/polarisusers/{userId}

Add Polaris User to specified Permission Group

Request Information

Parameters
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.

Required Permissions

Permission IDs found here.

CR_Group_Access()
CR_Group_Modify()

HTTP Response Codes

Code Description
204 OK (No Content). Success
404 Not Found