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
- 200
- 400
- 405
- 413
- 422
Bulk operations completed successfully
Invalid SCIM request
Unsupported method
Bulk request too large
Request body parse error