Create Presence Feed
Creates a new stream capturing online status changes ("presence feed") for the company (pod) and returns the ID of the new feed. The feed will return the presence of users whose presence status has changed since it was last read.
Starting with SBE 24.1, the API is deprecated
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
POST /pod/v1/presence/feed/create HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*
{
"id": "xhGxbTcvTDK6EIMMrwdOrX___quztr2HdA"
}
When calling this as an OBO-enabled endpoint, use the OBO User Authenticate token for sessionToken
.
Last updated
Was this helpful?