Get Connections Count
User Connection Operations
Get Connections Count
Get the number of accepted connections for a user
Get Connections Count
Returns the total number of accepted connections for the specified user. Authentication is optional — the endpoint works without a token. When the caller is signed in, any user with a block between them and the caller, in either direction, is excluded from the count. Block filtering requires the
moderation bundle.
Path Parameters
string
required
The Sublay user ID (UUID) of the user whose connection count to retrieve.
Response
On success, returns HTTP200:
number
Total number of accepted connections for this user.

