Get members from a user list
Returns the members of a user list. The type parameter controls filtering: omit for subscribed only, “all” for all members, “not-subscribed” for non-subscribed. For dynamic lists, members are computed from criteria and scope (members only, contacts only, or both). For static lists, returns user list links with user and contact data.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Response
UserList resource
static, dynamic "/api/v1/tenants/1"
members_and_contacts, members_only, contacts_only ALL, ACTIVE, INACTIVE 1000
