Users\Followers
Get all the followers of a user
This method returns all the followers of the authenticated user.
get/users/{user_id}/followers
Path parameters
user_idnumber required
Example:152184
The ID of the user.
Query parameters
direction'asc' | 'desc'
Example:asc
The sort direction of the results.
pagenumber
Example:1
The page number of the results to show.
per_pagenumber
Example:10
The number of items to show on each page of results, up to a maximum of 100.
querystring
Example:Stop motion
The search query to use to filter the results.
sort'alphabetical' | 'date'
The way to sort the results.
Response
The user's followers were returned.
Changes
Changed in 2 of the 13 revisions of this API.4
- ○
api tag
Users\Followersaddedapi-tag-added
- ○
api tag
Users\Followsremovedapi-tag-removed
- ○
- ○
api tag
Users\Followsaddedapi-tag-added
- ○
api tag
Users\Followersremovedapi-tag-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○