Teams
List Teams
Returns a list of teams
Teams are returned sorted in alphabetical order by name.
get/tenants/{tenant_id}/teams
Path parameters
tenant_idstring uuid required
The ID of the tenant to get teams for.
Response
Teams successfully retrieved.
Example response
{
"teams": [
{
"name": "The A Team"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.