{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Account Members API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account Members", "type": "folder" }, "items": [ { "info": { "name": "Get all Account Members", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/account-members", "params": [ { "name": "page[limit]", "value": "", "type": "query", "description": "The number of records per page." }, { "name": "page[offset]", "value": "", "type": "query", "description": "The number of records to offset the results by." }, { "name": "filter", "value": "", "type": "query", "description": "Specifies the filter attributes." }, { "name": "sort", "value": "", "type": "query", "description": "Specifies the order in which account members will be returned. For more information, see [Sorting](/guides/Getting-Started/sorting)." } ] }, "docs": "Get all account members contained within your store.\n\n ### Filtering\n\n\n The following operators and attributes are available for\n[filtering](/guides/Getting-Started/filtering) account members.\n\n| Attribute | Type | Operator | Example | | :--- | :--- | :--- | :--- | | `email` | `string` | `ilike` | `ilike(email,'ronswanson@example.com')` | | `name` | `string` | `ilike` | `ilike(name,'*swan*')` | | `given_name` | `string` | `ilike`/`is_null`" }, { "info": { "name": "Get an Account Member", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/account-members/:accountMemberID", "params": [ { "name": "accountMemberID", "value": "", "type": "path", "description": "The unique identifier of the account member that you want to retrieve." } ] }, "docs": "Get an account member from your store" }, { "info": { "name": "Update an account member", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/account-members/:accountMemberID", "params": [ { "name": "accountMemberID", "value": "", "type": "path", "description": "The unique identifier of the account member that you want to update the flows of." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint can be used to update an account member." } ] } ], "bundled": true }