Skip to main content
Get the status of a user.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
User IDThe ID of the user. Can be obtained from the List Users action.

Example Output

{
	"user_id": "string",
	"status": "string",
	"manual": true,
	"last_activity_at": -9007199254740991
}

Workflow Library Example

Get User Status with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop