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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Replyke user ID (UUID) of the user to follow.
Response
On success, returns HTTP201 with the created follow record:
Unique follow record ID (UUID).
ID of the user who followed (the authenticated user).
ID of the user being followed.
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

