List accounts
Returns the accounts in the project.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
A comma-separated list of additional fields to expand. Supported values: connector (the connector display data), connector_profile (the connector profile id and label), last_request, and actions (the connector action catalog, each flagged with whether it is enabled for this account's connector profile). These are omitted (returned as null) unless requested, as resolving them is more expensive.
"connector,connector_profile,last_request,actions"
The 1-based page number to fetch. Omit both page and page_size to fetch all accounts at once.
x >= 1The number of accounts to return per page.
1 <= x <= 100Filter to accounts with any of these account ids. Comma-separated or repeated (e.g. ?account_id=a,b).
Filter to accounts with any of these connector keys (comma-separated or repeated).
Filter to accounts with any of these statuses (comma-separated or repeated).
active, inactive, suspended, archived, expired, error, unmapped_value, null Filter to accounts with any of these owner ids (comma-separated or repeated).
Filter to accounts you can perform this action on, rather than merely read. Single value — "must be able to do X" is one requirement, not a choice. Has no effect on requests without per-user account context (e.g. API keys).
read, execute-actions, update, delete, relink, manage-members, unmapped_value, null