Permission Scopes
Get permission scope by ID
Retrieve a permission scope using its unique ID
get/teams/{key}/members/{memberId}/permission-scopes/{id}
Path parameters
keystring required
memberIdstring required
idstring required
Unique identifier for the permission scope
Response
OK
Example response
{
"permissions": [
"team.read"
]
}Changes
Changed in 1 of the 48 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○
Of the 48 revisions, 3 have no diff computed.