Get a user's roles in an organization

GET {{baseUrl}}/users/:id/roles?organizationId=<string>

Get a user's roles in an organization

Request Params

KeyDatatypeRequiredDescription
organizationIdstring(Required) Specifies the ID of the organization

HEADERS

KeyDatatypeRequiredDescription
If-None-MatchstringSpecifies the ETag of the resource
x-user-rolestring(Required) Specifies the user role with which the user intends to perform the operation
Acceptstring

RESPONSES

status: OK

{&quot;roles&quot;:[&quot;ORGANIZATION_ADMIN&quot;,&quot;ORGANIZATION_ADMIN&quot;]}