Get all Account Members
GET/v2/account-members
Get all account members contained within your store.
Filtering
The following operators and attributes are available for filtering account members.
| Attribute | Type | Operator | Example | | :--- | :--- | :--- | :--- | | email
| string
| ilike
| ilike(email,'ronswanson@example.com')
| | name
| string
| ilike
| ilike(name,'*swan*')
| | given_name
| string
| ilike
/is_null
| ilike(given_name,'ron*')
| | middle_name
| string
| ilike
/is_null
| is_null(middle_name)
| | family_name
| string
| ilike
/is_null
| is_null(family_name)
|
Request
Responses
- 200
- 400
- 401
- 500
OK
Bad Request
Unauthorized
Internal server error.