Groups
Gets the permissions for a group's roleset. The authorized user must either be the group owner or the roleset being requested, except for guest roles, which can be viewed by all (members and guests).
get/v1/groups/{groupId}/roles/{roleSetId}/permissions
Path parameters
groupIdinteger required
The group id.
roleSetIdinteger required
The group's role set id.
Response
OK
Changes
Changed in 1 of the 15 revisions of this API.2
- ○
added the optional property
/to the response with the status (media type: application/json)response-optional-property-added
- ○
added the optional property
/to the response with the status (media type: text/json)response-optional-property-added
- ○