post {protocol}://{server}:{port}/api/admin/user/v1beta/accounts//users:bulkExport
This API requires the Account Administrator role.
Bulk exports the list of users for an account based on the criteria provided.
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}
.
Once the job has completed, the file can be downloaded using the API /jobs/{jobId}:downloadExportedUsers
.