POST
/users.setPresenceSet manual user presence
Sets the authenticated user's manual presence state. Provide presence as either auto or away to control how the user's availability is displayed.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `users:write` scope.
Form data containing the manual presence state.
presencestringrequired
Either `auto` or `away`
200Returns an object containing `ok` set to true.
okbooleanrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token must carry the users:write scope. presence must be supplied and must be either auto or away.