Groups
Users
Gets the permissions a user has in a group. Only available to group owner and RCC
get/v1/groups/{groupId}/users/{userId}/permissions
Path parameters
groupIdinteger required
The group id.
userIdinteger required
The user id.
Response
OK
Changes
Changed in 1 of the 13 revisions of this API.2
- ○
added the optional property
role/isPrivateto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
role/isPrivateto the response with the200status (media type: text/json)response-optional-property-added
- ○