GET /organizations/{organization_id}/accounts

Retrieve a list of accounts that belong to a specific organization.

Servers

Path parameters

Name Type Required Description
organization_id String Yes

The ID of the organization to retrieve a list of accounts for.

Query parameters

Name Type Required Description
account_pubname String No

(case-insensitive) Filter the list of accounts to where the account_pubname is equal to a particular string.

account_pubname.startsWith String No

(case-insensitive) Filter the list of accounts to where the account_pubname starts with a particular string.

account_pubname.endsWith String No

(case-insensitive) Filter the list of accounts to where the account_pubname ends with a particular string.

account_pubname.contains String No

(case-insensitive) Filter the list of accounts to where the account_pubname contains a particular string.

name String No

(case-insensitive) Filter the list of accounts to where the name is equal to a particular string.

name.contains String No

(case-insensitive) Filter the list of accounts to where the name contains a particular string.

page_size Integer No

The amount of items to return. Defaults to 10.

name.startsWith String No

(case-insensitive) Filter the list of accounts to where the name starts with a particular string.

name.endsWith String No

(case-insensitive) Filter the list of accounts to where the name ends with a particular string.

page_token String No

An opaque token returned from the last list response that when provided will retrieve the next page.

Parameters used to filter the retrieved list must remain in subsequent requests with a page token.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.