Create Presence Feed
Create a new stream capturing presence status changes ("presence feed"). When read from, the feed will return the current presence status of company (pod) users if it has changed since the last read.
Returns the ID of the presence feed to be used in subsequent read operations.
Header parameters
sessionTokenstringRequired
Session authentication token.
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
500
Server error, see response body for further details.
application/json
post
/v1/presence/feed/createLast updated
Was this helpful?