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
headerrequired

Headers

x-idempotency-key
string

Unique key to ensure idempotency of the request

Body

application/json
actions
object[]
required

Response

202 - application/json
jobId
string
required