teams
List teams
List teams. For non-administrator users, will only list the teams they are member of. Access policy: restricted
get/teams
Query parameters
onlyLedTeamsboolean
Only list teams that the user is leader of
environmentIdinteger
Identifier of the environment(endpoint) that will be used to filter the authorized teams
Response
Success
Example response
[
{
"Id": 1,
"Name": "developers"
}
]