Skip to main content
POST
Bulk Update Accounts
Update several accounts in one call, each identified by its Apollo id. Partial success is normal; check the response per record. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
account_ids
string
required

IDs of accounts to update

account_attributes
string
required

List of account attribute update objects

account_attributes[].name
string

Account name

account_attributes[].owner_id
string

Owner ID

account_attributes[].account_stage_id
string

Account stage ID

async
boolean

Run asynchronously. Default false.

Response

Successful response

accounts
string

Updated accounts

accounts[].id
string

Account ID

accounts[].account_stage_id
string

Account stage ID