Batch Member Actions
Create Batch Job
POST
/
v1
/
members
/
jobs
Creates a new job, which runs asyncronously and returns a job ID. The job ID can be used to check the status of the job.
The job contains an array of operations, of the same format as the single changes APIs.
Authorizations
X-API-KEY
string
headerrequiredHeaders
x-idempotency-key
string
Unique key to ensure idempotency of the request
Body
application/json
actions
object[]
requiredResponse
202 - application/json
jobId
string
required