Social

Get followers for a username

This gets the followers for the requested username

get/users/{user_id}/followers

Path parameters

user_idstring required

Unique identifier of the user.

Query parameters

offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

condstring

Apply additional browse filters using ';' separated key,value pairs.

sortstring

Sort key or key,order pair. Example: name or name,ASC.

Response

User list

Changes

Changed in 5 of the 46 revisions of this API.19

    • api operation id followersUsers was added

      api-operation-id-added

    • for the path request parameter user_id, the type/format was generalized from integer/ to string/

      request-parameter-type-generalized

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the required property user to the response with the 200 status

      response-required-property-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • api path removed without deprecation

      api-path-removed-without-deprecation