v1

latestOpenAPI 3.0.22026-07-1332837755.1 KB
Users\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

usersstring[] required

An array of user IDs for the authenticated user to follow.

Response

The users were followed.