Following by User ID
GET
/2/users/{id}/followingReturns a list of users that are being followed by the provided user ID
Request
Path Params
id
string
required
The ID of the user for whom to return results
Query Params
max_results
integer
optional
The maximum number of results
pagination_token
string
optional
This value is populated by passing the 'next_token' or 'previous_token' returned in a request to paginate through results.
Request samples
Responses
The request was successful(200)
500(500)
The request was successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago