Accounts
Organizations
Get user roles by username
get/api/v1/organizations/{organizationId}/users/{username}/roles
Path parameters
organizationIdstring required
The namespace of the organization
usernamestring required
username
Query parameters
offsetinteger
Start with the n-th element
limitinteger
The maximum count of returned elements
Response
OK
Example response
{
"limit": 100,
"total": 200
}