Follow User
Make a list of users to start following a specific user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer of the user to be followed
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
followersinteger · int64[]OptionalExample:
[7215545058313,7215545078461]Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/user/{uid}/follow
🚧 Rules
📘 See also
Last updated
Was this helpful?