Skip to content

Get role groups

Request

Retrieve a list of all role groups created for this application.

Required permissions: organizations:read, roles:read, organizations:list, roles:list, orgs:read.

Security
AdminAccessToken
Path
app_idstringrequired

ID of the application to retrieve it's role groups

curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/cis/v1/applications/{app_id}/role-groups' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
resultArray of objectsrequired
Response
{ "result": [ {} ] }