status

Update user status

Manually set a user's status. When setting a user's status, the status will remain that value until set "online" again, which will return the status to being automatically updated based on user activity.

Permissions

Must have edit_other_users permission for the team.

put/api/v4/users/{user_id}/status

Path parameters

user_idstring required

User ID

Request body

user_idstring required

User ID

statusstring required

User status, can be online, away, offline and dnd

dnd_end_timeinteger

Time in epoch seconds at which a dnd status would be unset.

Response

User status update successful

user_idstring
statusstring
manualboolean
last_activity_atinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.