Get User Presence
Returns the online status of the specified user.
User ID as a decimal integer
If true, a local query will be performed and the presence will be set to OFFLINE for users who are not local to the calling user's pod. If false or absent, then the presence of all local users and the presence of all external users to whom the calling user is connected will be queried.
For external users, a "presence interest" should be registered through /v1/user/presence/register before querying for presence.
falseSession authentication token.
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
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.
Forbidden: Caller lacks necessary entitlement.
Not Found: user id cannot be located.
Server error, see response body for further details.
Query Presence of External Users
Last updated
Was this helpful?