edit_other_users
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.
edit_other_users
| Parameter | Description |
|---|---|
| Do Not Disturb End Time | The end time of the user’s Do Not Disturb session. |
| Status | The status to set for the user. |
| User ID | The ID of the user to update the status for. Use me to update the status of the authenticated user. |
{
"user_id": "string",
"status": "string",
"manual": true,
"last_activity_at": -9007199254740991
}
Was this page helpful?