Set Presence
Sets the online status of the calling user.
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)
Session authentication token.
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
AWAYOK
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
AWAYThe ID of the user to whom the presence state relates.
14568529068038The time, in milliseconds since Jan 1 1970, when the presence state was set.
1533928483800Client error, see response body for further details.
Unauthorized: Invalid session token.
Server error, see response body for further details.
📘 Idle state
🚧 Roles and Privileges
Last updated
Was this helpful?