Follow User
User Follow Operations
Follow User
Follow a user by their ID
POST
Follow User
Creates a follow relationship from the authenticated user to the specified user. A notification is sent to the followed user.
Path Parameters
string
required
The Sublay user ID (UUID) of the user to follow.
Response
On success, returns HTTP201 with the created follow record:
string
Unique follow record ID (UUID).
string
ID of the user who followed (the authenticated user).
string
ID of the user being followed.
string
ISO timestamp of when the follow was created.
Error Responses
Self-Follow — 400
Self-Follow — 400
User Not Found — 404
User Not Found — 404
Already Following — 409
Already Following — 409

