Get All Presence
Returns the presence of all users in a pod.
Query parameters
lastUserIdinteger · int64Optional
Last user ID retrieved. Used for paging; if provided, results will skip users with IDs less than this parameter.
limitintegerOptional
Max number of records to return. If no value is provided, 1000 is the default. The maximum supported value is 5000.
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
get
/v2/users/presenceLast updated
Was this helpful?