manage_system permission is required.
External DocumentationTo learn more, visit the Mattermost documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
manage_system permission is required.
| Parameter | Description |
|---|---|
| Exclude Policy Constrained | Select to exclude teams that are part of a data retention policy. Requires the sysconsole_read_compliance permission. |
| Page | The page number to retrieve, starting at 0. |
| Per Page | The maximum number of items to retrieve per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"teams": [
{
"id": "string",
"create_at": 0,
"update_at": 0,
"delete_at": 0,
"display_name": "string",
"name": "string",
"description": "string",
"email": "string",
"type": "string",
"company_name": "string",
"allowed_domains": "string",
"invite_id": "string",
"allow_open_invite": true,
"scheme_id": "string",
"group_constrained": true,
"policy_id": "string",
"cloud_limits_archived": true
}
],
"total_count": 0
}
Was this page helpful?