Get Presence
Returns the online status of the calling user.
Get presence information about the requesting user.
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:
AVAILABLE
Green check mark
AVAILABLE
Released in 1.46
AWAY
Yellow clock
AWAY
Released in 1.46
OFFLINE
Grey cross
OFFLINE
Introduced in 20.16
BUSY
Red sign
BUSY
Released in 1.46
ON_THE_PHONE
Red phone
ON_THE_PHONE
Released in 1.46
BE_RIGHT_BACK
Yellow clock
AWAY
Released in 1.47
IN_A_MEETING
Red phone
IN_A_MEETING
Released in 1.47
OUT_OF_OFFICE
Purple circle
OUT_OF_OFFICE
Released in 1.47
OFF_WORK
Yellow clock
OFFLINE
Deprecated in 20.16
DO_NOT_DISTURB
Red circle
AWAY
Deprecated in 20.16
See Set Presence for a description of the Presence category and External view values for internal and external users.
Note: It is also possible for Symphony users to have other presence values, which should be handled in your implementation as edge cases.
Last updated