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

OR

Example response

{
  "permissions": [
    "team.read"
  ]
}

Changes

Changed in 1 of the 48 revisions of this API.1

Of the 48 revisions, 3 have no diff computed.