v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
UserFollower

Get All User Followers

This endpoint retrieves all followers of a user for the current organization. <h3>Required Scope</h3>users:read

get/api/v2/user-followers

Query parameters

nextstring

Retrieves the next batch of user followers. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of followers to display per page. A maximum of 1000 is allowed.

filter[start_date]string date required

Filter criteria that returns followers who started following from this date on. Format yyyy-mm-dd.

filter[end_date]string date required

Filter criteria that returns followers that started following before this date. Format yyyy-mm-dd.

Response

Success