teams
Get teams
For regular users only returns open teams. Users with the "manage_system" permission will return teams regardless of type. The result is based on query string parameters - page and per_page.
Permissions
Must be authenticated.
get/api/v4/teams
Query parameters
pageinteger
The page to select.
per_pageinteger
The number of teams per page.
include_total_countboolean
Appends a total count of returned teams inside the response object - ex: { "teams": [], "total_count" : 0 }.
exclude_policy_constrainedboolean
If set to true, teams which are part of a data retention policy will be excluded. The sysconsole_read_compliance permission is required to use this parameter.
Response
Team list retrieval successful