Read Presence Feed
Reads the specified presence feed that was created using the Create Presence feed endpoint. The feed returned includes the user presence statuses that have changed since they were last read.
Starting with SBE 24.1, the API is deprecated
Returns the current presence status of company (pod) users if it has changed since the last read. Returns up to 500 records at a time.
get
/v1/presence/feed/{feedId}/read
Path parameters
feedIdstringrequired
Presence feed ID.
Header parameters
sessionTokenstringrequired
Session authentication token.
Responses
application/json
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
200
400
401
403
500
When calling this as an OBO-enabled endpoint, use the OBO User Authenticate token for sessionToken
.
Last updated
Was this helpful?