Set Presence
Sets the online status of the calling user.
Set the presence of the requesting user.
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
"AWAY"
OK
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
"AWAY"
The ID of the user to whom the presence state relates.
14568529068038
The time, in milliseconds since Jan 1 1970, when the presence state was set.
1533928483800
When calling this as an OBO-enabled endpoint, use the OBO User Authenticate token for sessionToken
.
The available online status values (presence categories) for users are are available in Get Presence
📘 Idle stateWhen the end-user is idle on the Symphony clients and either in
AVAILABLE
orBUSY
categories, the online status of the user is automatically changed toAWAY
. When the user is active again on the client, then the online status is automatically changed back to the prior category.
🚧 Roles and PrivilegesCalling this endpoint requires the ADMIN_PRESENCE_UPDATE privilege. See Bot Permissions for a list of roles and associated privileges.
Last updated