External DocumentationTo learn more, visit the Mattermost documentation.
Actions
Get User Status
Get the status of a user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The ID of the user. Can be obtained from the List Users action. |
{
"user_id": "string",
"status": "string",
"manual": true,
"last_activity_at": -9007199254740991
}
Was this page helpful?