add_user_to_team permission, or team admin or system admin role.
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.
add_user_to_team permission, or team admin or system admin role.
| Parameter | Description |
|---|---|
| Team ID | The ID of the team. Can be obtained from the List All Teams action. |
| User ID | The ID of the user. Can be obtained from the List Users action. |
{
"team_id": "string",
"user_id": "string",
"roles": "string",
"delete_at": 0,
"scheme_user": true,
"scheme_admin": true,
"explicit_roles": "string"
}
Was this page helpful?