External Presence Interest
To get the presence state of external users, you must first register interest in those users using this endpoint.
Request Example
When calling this as an OBO-enabled endpoint, use the OBO User Authenticate token for sessionToken
.
Querying Presence of External Users
📘 External Users Presence VisibilityAny user can see the presence of other users of the same company. For users of a different company, the two users must be connected to see presence.
To query the presence of external users:
Call this endpoint to register interest in the desired users.
Call the Get User Presence endpoint to query the presence of each user. To keep the registration active, call this endpoint every hour.
To query the presence of internal users, you do not need to register interest.
❗️ Rate LimitGetting an external user’s presence is limited to one call every 5 minutes.
🚧 Roles and PrivilegesCalling this endpoint requires the ADMIN_PRESENCE_UPDATE privilege. See Bot Permissions for a list of roles and associated privileges.
Last updated