External Presence Interest
To get the presence state of external users, you must first register interest in those users using this endpoint.
Header parameters
sessionTokenstringRequired
Session authentication token.
Bodyinteger · int64[]
integer · int64[]OptionalExample:
[7215545058313,7215545078461]Responses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
404
Not Found: user id cannot be located.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/user/presence/registerRequest Example
curl -X POST \
https://acme.symphony.com/pod/v1/user/presence/register \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-H 'sessiontoken: SESSION_TOKEN' \
-d '[7215545078541, 7215545078461]'Querying Presence of External Users
📘 External Users Presence Visibility
❗️ Rate Limit
🚧 Roles and Privileges
Last updated
Was this helpful?