List User Followers
Returns the list of followers of a specific user.
Path parameters
uidinteger · int64Required
User ID as a decimal integer of the user we want to get the followers list
Query parameters
limitintegerOptional
This is the maximum number of objects that may be returned.
beforestringOptional
Returns results from an opaque “before” cursor value as presented via a response cursor.
afterstringOptional
Returns results from an opaque “after” cursor value as presented via a response cursor.
Header parameters
sessionTokenstringRequired
Session authentication token.
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
get
/v1/user/{uid}/followers
👍 Rules for pagination
🚧 Notes & limitations
📘 See also
Last updated
Was this helpful?