v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Users
Teams

Get User Teams

This request gets all of the Teams a User has and what Location they have that Team at.

get/v2/users/{userID}/teams

Query parameters

teamsstring

This parameter expects a comma-separated list of teamIDs to filter teams by

locationsstring

This parameter expects a comma-separated list of locationIDs to filter teams by

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

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.

namestring

This parameter is used to only get specific team by name. This parameter expects a string full name of a user or partial name with the wildcard %.

Response

Get User Teams

teamIDinteger
locationIDinteger
namestring