manage_system.
External DocumentationTo learn more, visit the Mattermost documentation.
Parameters
Example Output
Workflow Library Example
List Private Channels with Mattermost and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
manage_system.
| Parameter | Description |
|---|---|
| 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. |
| Team ID | The ID of the team. Can be obtained from the List All Teams action. |
[
{
"id": "string",
"create_at": 0,
"update_at": 0,
"delete_at": 0,
"team_id": "string",
"type": "string",
"display_name": "string",
"name": "string",
"header": "string",
"purpose": "string",
"last_post_at": 0,
"total_msg_count": 0,
"extra_update_at": 0,
"creator_id": "string"
}
]
Was this page helpful?