segments

Users in a manually managed audience segment

This endpoint allows the client to retrieve a list of the users in an audience segment specified by ID. The endpoint supports pagination, and each page will contain 30 users by default.

get/api/segments/{id}/users

Path parameters

idinteger required

Query parameters

per_pageinteger

Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.

Response

A List of users in the audience segment

type_ofstring
idinteger
usernamestring
namestring
summarystring nullable
twitter_usernamestring
github_usernamestring
website_urlstring nullable
locationstring nullable
joined_atstring
profile_imagestring

Changes