v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Users
Roles
Get User Roles
This request gets all of the Roles a User has and what Location they have that Role at.
get/v2/users/{userID}/roles
Query parameters
rolesstring
This parameter expects a comma-separated list of roleIDs to filter teams by
locationsstring
This parameter expects a comma-separated list of locationIDs to filter roles by
namestring
This parameter is used to only get specific role by name. This parameter expects a string full name of a user or partial name with the wildcard %.
cursorinteger
This parameter is a cursor that selects what teamID you want to start receiving results at. e.g. passing 137 here will only get you tasks with an id greater than 137.
limitinteger
This parameter is a result limiter. The default is set to return no more than 100 results at one time.
Response
Get User Roles