You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<b>Scopes required:</b> ``internal_org_bulk_resource_create`` or a [operation-wise scope](../../../scim2/scim2-batch-operations/#scopepermission-required-for-batch-operations)
description: This endpoint is used to create/update/delete SCIM resources (users and/or groups) in bulk.
11
+
description: |
12
+
This endpoint is used to create/update/delete SCIM resources (users and/or groups) in bulk.
12
13
paths:
13
14
/Bulk:
14
15
post:
15
16
tags:
16
17
- Bulk Endpoint
17
18
summary: Create/Update/Replace/Delete SCIM Resources (Users/ Groups) in Bulk
18
-
description: "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>
19
-
</br>
20
-
- **POST** operation: Adds new resources. </br>
21
-
- **PUT** operation: Replaces an existing resource. </br>
22
-
- **PATCH** operation: Updates attributes of an existing resource. </br>
23
-
- **DELETE** operation: Removes an existing resource. </br>
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>
21
+
- **POST** operation: Adds new resources. </br>
22
+
- **PUT** operation: Replaces an existing resource. </br>
23
+
- **PATCH** operation: Updates attributes of an existing resource. </br>
24
+
- **DELETE** operation: Removes an existing resource. </br>
25
+
- <b>Scopes required:</b> ``internal_bulk_resource_create`` or an [operation-wise scope](../../scim2/scim2-batch-operations/#scopepermission-required-for-batch-operations)
<b>Scopes required:</b> ``internal_org_bulk_resource_create`` or a [operation-wise scope](../../scim2-batch-operations/#scopepermission-required-for-batch-operations)
<b>Scopes required:</b> ``internal_bulk_resource_create`` or a [operation-wise scope](../scim2-batch-operations/#scopepermission-required-for-batch-operations)
0 commit comments