Accept Connection
Accept the connection request from a requesting user.
Last updated
Was this helpful?
Accept the connection request from a requesting user.
Last updated
Was this helpful?
This endpoint allows the user to accept a specific connection request. To define which connection request is to be accepted, the userId
of the user who initiated the connection request must be included in the body.
📘 NotePods from all users involved need to have
crossPod
enabled between them.
📘 Accepted ConnectionsFor users of the same private pod who are implicitly connected, this endpoint returns the connection with status of "Accepted".
Currently, there are four possible connection status:
PENDING_INCOMING: The specified user requested to connect with the calling user.
PENDING_OUTGOING: The calling user requested to connect with the specified user.
ACCEPTED: The two users are connected.
REJECTED: The two users are not connected.
The following table shows the connection current behaviors:
None (connection did not exist)
Connect
PENDING_OUTGOING
PENDING_INCOMING
Accept
ACCEPTED
PENDING_INCOMING
Reject
REJECTED
/v1/connection/accept
Session authentication token.
user id
769658112378