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
Key | Datatype | Required | Description |
---|---|---|---|
organizationId | string | (Required) Specifies the ID of the organization |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | Specifies the ETag of the resource | |
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Accept | string |
RESPONSES
status: OK
{"roles":["ORGANIZATION_ADMIN","ORGANIZATION_ADMIN"]}