Bulk Update Users
POST https://{{axpAPIDomain}}/api/admin/user/v1/accounts/:accountId/users:bulkUpdate?jobName=Bulk Job
This API requires the Account Administrator role.
Bulk updates Users using the file provided. The following file formats are supported:
.xlsx
The following fields must be unique otherwise a HTTP 409 Conflict
will be returned:
* jobName
Will trigger an asynchronous job, the status of which should be monitored via /jobs/{jobId}
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
jobName | string | Optional, job name that can be provided to uniquely identify the job. |
Request Body
[{"name"=>"file", "value"=>"minim officia commodo enim", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |