Bulk Update Accounts

Use the Bulk Update Accounts endpoint to simultaneously update multiple accounts in your team's Apollo account.

This endpoint allows you to update common fields across multiple accounts efficiently, such as account stages, owners, names, and custom fields.

You can update up to 1000 accounts per request.

Important: Asynchronous processing (async parameter) is only supported when using account_ids to apply the same updates to all accounts. If you attempt to use async with account_attributes (individual updates per account), the request will fail with a 422 error.

Body Params
account_ids
array of strings

Array of account IDs to update with the same values. Use this for applying the same updates to multiple accounts.

account_ids
account_attributes
array of objects

Array of account objects with individual updates. Use this for applying different updates to each account.

account_attributes
string

When using account_ids, apply this name to all accounts

string

When using account_ids, apply this owner to all accounts

string

When using account_ids, apply this account stage to all accounts

boolean

Set to true to process updates asynchronously. Only available when using account_ids. Not supported with account_attributes.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain