Users

List followers of a user

Lists the followers of a specific user.

get/users/{id}/followers

Path parameters

idinteger required

The ID of the user

Response

The list of user IDs

successboolean

If the response is successful or not

datainteger[]

The list of user IDs

Changes