Teams
List teams
Retrieve a list of teams for the specified account
get/user-service/teams
Query parameters
limitinteger
Maximum number of teams to return
offsetinteger
Number of teams to skip
searchstring
Search teams by name (partial match)
role_idsstring[]
Filter teams by role IDs (comma-separated)
Response
Array of teams
Example response
{
"total_count": 42
}Changes
No recorded changes to this endpoint across all 1 revision of this API.