Skip to main content
POST
Request Connection
Sends a connection request from the authenticated user to the specified user. An optional message can be included. A notification is sent to the receiving user.

Path Parameters

string
required
The Sublay user ID (UUID) of the user to send a connection request to.

Body Parameters

string
Optional message to include with the connection request.

Response

On success, returns HTTP 201 with the created connection record:
string
Unique connection record ID (UUID).
string
Always "pending" for a new request.
string
ISO timestamp of when the request was sent.

Error Responses

See Also