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.
Only return members whose users match these user_ identifiers.
[ "user_xxxxxxxxxxxxxx" ]
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 results to return from the start of the range.
Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
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": {
"start_cursor": "WyJjdXJzb3IiLDFd"
}
}Changes
Changed in 3 of the 74 revisions of this API.201531
- ○
added the required property
//to the response with the statusresponse-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
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-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
subschema #2to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
the
//response's property format changed fromdate-timeto no format for statusresponse-property-type-changed
- ▲
the
//response's property format changed fromdate-timeto no format for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-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
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-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 was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parametercreated_after, the type was generalized fromstringnulltostring, and format fromdate-timeto no formatrequest-parameter-type-generalized
- ○
for the
queryrequest parametercreated_before, the type was generalized fromstringnulltostring, and format fromdate-timeto no formatrequest-parameter-type-generalized
- ○
for the
queryrequest parameterdirection, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameterorder, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the
draftedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.