Skip to main content

Bulk operations

POST 

/nevisidm/api/scim/v1/:clientExtId/Bulk

Executes multiple SCIM operations (GET, POST, DELETE) in a single HTTP request. Each operation targets the /Users path and is processed sequentially.

The failOnErrors field in the request controls the maximum number of errors allowed before the bulk operation is aborted with 422 Unprocessable Entity.

Individual operation results are returned with per-operation status codes in the response body.

Request

Responses

Bulk operations completed successfully