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
Response
Valid user is created
Changes
Changed in 2 of the 4 revisions of this API.444
- ▲
the
oneOf[subschema #5: create group]/Operations/items/bulkIdrequest property type/format changed frominteger/tostring/request-property-type-changed
- ▲
the
Operationsresponse's property type/format changed fromobject/toarray/for status201response-property-type-changed
- ●
removed the optional property
Operations/bulkIdfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
Operations/locationfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
Operations/methodfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
Operations/statusfrom the response with the201statusresponse-optional-property-removed
- ▲
- ▲
the
oneOf[subschema #5: create group]/Operations/items/bulkIdrequest property type/format changed fromstring/tointeger/request-property-type-changed
- ▲
the
Operationsresponse's property type/format changed fromarray/toobject/for status201response-property-type-changed
- ○
added the optional property
Operations/bulkIdto the response with the201statusresponse-optional-property-added
- ○
added the optional property
Operations/locationto the response with the201statusresponse-optional-property-added
- ○
added the optional property
Operations/methodto the response with the201statusresponse-optional-property-added
- ○
added the optional property
Operations/statusto the response with the201statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲