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.

Create Presence status feed.

post

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
sessionTokenanyrequired

Session authentication token.

Responses
curl -L \
  --request POST \
  --url 'yourpodURL.symphony.com/pod/v1/presence/feed/create'
{
  "id": "xhGxbTcvTDK6EIMMrwdOrX___quztr2HdA"
}

When calling this as an OBO-enabled endpoint, use the OBO User Authenticate token for sessionToken.

Last updated

Was this helpful?