Set Presence
Sets the online status of the calling user.
Query parameters
softbooleanOptional
If true, the user's current status is taken into consideration. If the user is currently OFFLINE, the user's presence will still be OFFLINE, but the new presence will take effect when the user comes online. If the user is currently online, the user's activity state will be applied to the presence if applicable. (e.g. if you are setting their presence to AVAILABLE, but the user is currently idle, their status will be represented as AWAY)
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
categorystringRequiredExample:
Presence status. Possible values are:
- UNDEFINED
- AVAILABLE
- BUSY
- DO_NOT_DISTURB
- ON_THE_PHONE
- BE_RIGHT_BACK
- IN_A_MEETING
- AWAY
- OUT_OF_OFFICE
- OFF_WORK
- OFFLINE
AWAYResponses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
500
Server error, see response body for further details.
application/json
post
/v2/user/presence
📘 Idle state
🚧 Roles and Privileges
Last updated
Was this helpful?