Update user status
PUT/api/v4/users/:user_id/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.
Request
Responses
- 200
- 400
- 401
User status update successful
Invalid or missing parameters in URL or request body
No access token provided