Accounts
Organizations
List users and their roles
Listing users and their roles in a paginated manner.
get/api/v1/organizations/{organizationId}/roles
Path parameters
organizationIdstring required
organizationId
Query parameters
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"limit": 100,
"total": 200
}