---
title: "Create/Update/Replace/Delete SCIM Resources (Users/ Groups) in Bulk"
method: POST
path: "/Bulk"
tags: ["Bulk Endpoint"]
---

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

`POST /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 `201`

Valid user is created

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Users already exists

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/revisions/7978594f207e/schema)
