Follow User
POST/users/:user-id/following
Follow the given user. Successful request will return 204 No Content
.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
400 | 15004 | The authenticated user is already subscribed to the user. |
403 | 11130 | The requested user cannot be subscribed to because they are banned. |
403 | 11131 | The requested user cannot be subscribed to due to being marked deleted. |
404 | 17000 | The user could not be found. |
Responses
- 204
- 400
- 403
- 404
Successful Request. No Body Returned.
The authenticated user is already subscribed to the user.
The requested user cannot be subscribed to because they are banned.
The user could not be found.