v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBUsers\Followers
Follow a list of users
This method causes the authenticated user to become the follower of multiple users. In the body of the request, specify the list of users to follow as an array of URIs, where user01_id, user02_id, user03_id, and so on, are the user IDs of the users in question:
{
[
{"uri" : "/users/{user01_id}"},
{"uri" : "/users/{user02_id}"},
{"uri" : "/users/{user03_id}"}
]
}
post/me/following
Request body
Response
The users were followed.