view_team.
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.
view_team.
| Parameter | Description |
|---|---|
| Team ID | The ID of the team. Can be obtained from the List All Teams action. |
{
"id": "string",
"create_at": -9007199254740991,
"update_at": -9007199254740991,
"delete_at": -9007199254740991,
"display_name": "string",
"name": "string",
"description": "string",
"email": "string",
"type": "string",
"allowed_domains": "string",
"invite_id": "string",
"allow_open_invite": true,
"policy_id": "string"
}
Was this page helpful?