List members
Returns a cursor-paginated list of members for the current company.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Cursor token from the previous response page.
Number of members to return.
1 <= x <= 100Sort order. Prefix with - to reverse.
created_at, -created_at, name, -name Restrict to active (true) or inactive (false) members.
Restrict to one member type, e.g. customer or rep.
Free-text match across name, email, and username.
ISO 3166-1 alpha-2 country code.
^[A-Za-z]{2}$The member's external id, as set by an integration.
Restrict to members sponsored by this member.
Restrict to members holding this rank.
Minimum lifetime order count.
Maximum lifetime order count.
Minimum lifetime spend, in the company base currency.
Maximum lifetime spend, in the company base currency.
Only members created at or after this time.
Only members created at or before this time.
Only members updated at or after this time.
Only members updated at or before this time.