Skip to content

Get member's roles

Request

Get member's roles in app per organization

Security
ClientAccessToken
Path
member_idstringrequired

ID of the member

Query
organization_idstring
curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/cis/v1/members/{member_id}/organizations?organization_id=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
resultobjectrequired
Response
{ "result": {} }