Bulk Endpoint

Create/Update/Replace/Delete SCIM Resources (Users/ Groups) in Bulk

This API is used to create/update/replace/delete SCIM resources in bulk. You need to specify different operations in the request payload corresponding to the type of bulk update: </br> </br> - POST operation: Adds new resources. </br> - PUT operation: Replaces an existing resource. </br> - PATCH operation: Updates attributes of an existing resource. </br> - DELETE operation: Removes an existing resource. </br>

  • <b>Scopes required:</b> internal_bulk_resource_create

  • <b>Flow type:</b> Client Credentials OAuth Flow

post/Bulk

Response

Valid user is created

Changes

Changed in 2 of the 4 revisions of this API.444

  • 7978594f207e24See the full diff
    • the oneOf[subschema #5: create group]/Operations/items/bulkId request property type/format changed from integer/ to string/

      request-property-type-changed

    • the Operations response's property type/format changed from object/ to array/ for status 201

      response-property-type-changed

    • removed the optional property Operations/bulkId from the response with the 201 status

      response-optional-property-removed

    • removed the optional property Operations/location from the response with the 201 status

      response-optional-property-removed

    • removed the optional property Operations/method from the response with the 201 status

      response-optional-property-removed

    • removed the optional property Operations/status from the response with the 201 status

      response-optional-property-removed

    • the oneOf[subschema #5: create group]/Operations/items/bulkId request property type/format changed from string/ to integer/

      request-property-type-changed

    • the Operations response's property type/format changed from array/ to object/ for status 201

      response-property-type-changed

    • added the optional property Operations/bulkId to the response with the 201 status

      response-optional-property-added

    • added the optional property Operations/location to the response with the 201 status

      response-optional-property-added

    • added the optional property Operations/method to the response with the 201 status

      response-optional-property-added

    • added the optional property Operations/status to the response with the 201 status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog