List Members
Lists the members of an account. A member is one buyer's relationship with the account, regardless of how many memberships they hold.
Query parameters
The account to list members for (biz_ tag). Defaults to the account the credential acts as.
Filter by what the member can reach on the account.
Filter by whether the member is still part of the account.
Search members by name or username. An exact email address also matches when the credential holds the member:email:read scope.
Only members who joined after this ISO 8601 timestamp.
Only members who joined before this ISO 8601 timestamp.
Sort field.
Sort direction.
Number of members to return from the start of the window.
Cursor to paginate forwards from.
Number of members to return from the end of the window.
Cursor to paginate backwards from.
Response
members listed
Example response
{
"data": [
{
"access_level": "customer",
"account_id": "biz_xxxxxxxxxxxxxx",
"created_at": "2026-01-01T12:00:00.000Z",
"id": "mber_xxxxxxxxxxxxxx",
"joined_at": "2026-01-01T12:00:00.000Z",
"last_accessed_at": "2026-01-01T12:00:00.000Z",
"phone_number": "+xxxxxxxxxxx",
"status": "joined",
"user": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://ui-avatars.com/api/"
},
"username": "danawhitfield"
}
}
],
"page_info": {
"end_cursor": "WyJjdXJzb3IiLDFd",
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 3 of the 41 revisions of this API.201531
- ○
added the required property
data/items/phone_numberto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
error/codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/codeto the response with the403statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
queryrequest parameteraccess_levelwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterdirectionwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterorderwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
for the
queryrequest parameterdirection, default valuedescwas addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parameterfirst, default value20was addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parameterorder, default valuecreated_atwas addedrequest-parameter-default-value-added
- ▲
added
UserSummarysubschema #2to thedata/items/userresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
data/items/created_atresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
data/items/joined_atresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
data/items/userresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/company_token_balancefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/most_recent_actionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/most_recent_action_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/phonefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/updated_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/usd_total_spentfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/user/emailfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/user/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/user/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/user/usernamefrom the response with the200statusresponse-required-property-removed
- ●
for the
queryrequest parameterfirst, the max was set to100.00request-parameter-max-set
- ●
for the
queryrequest parameterlast, the max was set to100.00request-parameter-max-set
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
- ●
deleted the
queryrequest parametermost_recent_actionsrequest-parameter-removed
- ●
deleted the
queryrequest parameterplan_idsrequest-parameter-removed
- ●
deleted the
queryrequest parameterproduct_idsrequest-parameter-removed
- ●
deleted the
queryrequest parameterpromo_code_idsrequest-parameter-removed
- ●
deleted the
queryrequest parameterstatusesrequest-parameter-removed
- ●
deleted the
queryrequest parameteruser_idsrequest-parameter-removed
- ●
removed the optional property
error/codefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
error/codefrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
error/codefrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
error/paramfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
error/paramfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
error/paramfrom the response with the403statusresponse-optional-property-removed
- ○
api operation id
listMemberremoved and replaced withlistMembersapi-operation-id-removed
- ○
the security scope
member:email:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
the security scope
member:phone:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
added the new optional
headerrequest parameterApi-Version-Dateto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
queryrequest parameteraccount_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the new enum value
adminto thequeryrequest parameteraccess_levelrequest-parameter-enum-value-added
- ○
added the new enum value
ascto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ○
added the new enum value
created_atto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
added the new enum value
customerto thequeryrequest parameteraccess_levelrequest-parameter-enum-value-added
- ○
added the new enum value
descto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ○
added the new enum value
joined_atto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
added the new enum value
last_accessed_atto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
added the new enum value
no_accessto thequeryrequest parameteraccess_levelrequest-parameter-enum-value-added
- ○
added the new enum value
usd_total_spentto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
for the
queryrequest parameteraccess_level, the type/format was generalized from/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_after, the type/format was generalized fromstringnull/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_before, the type/format was generalized fromstringnull/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdirection, the type/format was generalized from/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterorder, the type/format was generalized from/tostring/request-parameter-type-generalized
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the
draftedenum value from thedata/items/statusresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
data/items/account_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/last_accessed_atto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲