Bulk operations
POST/scim/v2/Bulk
Apply up to 100 user operations in a single request. Each operation is a
POST, PUT, PATCH or DELETE against /Users. The response is a
SCIM BulkResponse; per-operation failures are reported inline and do not
fail the whole request unless failOnErrors is reached.
Request
Responses
- 200
- 401
- 413
A SCIM bulk response.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.
The number of operations exceeds the maximum (100).