Skip to main content

Follow User

POST 

/users/:user-id/following

Follow the given user. Successful request will return 204 No Content.

Request

Error Codes

Status CodeError RefDescription
40015004The authenticated user is already subscribed to the user.
40311130The requested user cannot be subscribed to because they are banned.
40311131The requested user cannot be subscribed to due to being marked deleted.
40417000The user could not be found.

Responses

Successful Request. No Body Returned.