Skip to main content

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

A SCIM bulk response.