v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Users / User organization roles

List user roles in an organization

Gets list of all users and their roles in the organization with the specified organizationId. Get all user role IDs with the API call GET /users/roles.

get/users/{userId}/user-organization-roles

Path parameters

userIdstring required

The ID of the user.

Query parameters

cols[]string[]

Specifies columns that are returned in the response. Use the cols[] parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.

Check the "Filtering" section for a full example.

Response

Successful response