Skip to main content
Update the status of a user. Required Permissions: edit_other_users
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
Do Not Disturb End TimeThe end time of the user’s Do Not Disturb session.
StatusThe status to set for the user.
User IDThe ID of the user to update the status for. Use me to update the status of the authenticated user.

Example Output

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

Workflow Library Example

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