List Connection
List all current connection statuses with external or specified users.
Filter the connection list based on the connection status. The connection status can only be pending_incoming, pending_outgoing, accepted, rejected, or all (all of the above)
The userIds parameter should be specified as a comma delimited list of user ids and can be used to restrict the results of a specific connection. Note that this is particularly important if the caller intends to retrieve results for implicit connection (user within the same pod). Implicit connections will not be included in the response if userId is not provided.
Session authentication token.
OK
Connection status between two users
user id
769658112378Connection status between the requesting user and the request sender
ACCEPTEDPossible values: unix timestamp when the first request was made
1470018073812unix timestamp on the last updated date
1471018076255number of requests made
1Client error, see response body for further details.
Unauthorized: Invalid session token.
Forbidden: Caller lacks necessary entitlement.
Not Found: Connection cannot be found.
Server error, see response body for further details.
📘 Note
Connection Status
Last updated
Was this helpful?