---
title: "Add Or Update Scim Provisioning"
method: PUT
path: "/v1/accounts/{account_id}/scim_provisioning"
tags: ["Accounts"]
---

# Add Or Update Scim Provisioning

`PUT /v1/accounts/{account_id}/scim_provisioning`

**Authorization scope:** `account:write` 
 
 **Add or update SCIM provisioning.**
**This endpoint returns the connection string used to communicate with your SCIM app and the authentication token**

## Path parameters

- `account_id` string, required

## Response `200`

Successful Response

- CreateOrUpdateScimTokenResponse — SCIM Token create or update response.
  - `account_id` string, required — The account id
  - `scim_service_url` string, required — The connection string (URL) used to communicate with your SCIM app
  - `token` string, required — The SCIM authentication token. Keep the token somewhere safe. The token will be shown only once.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/9dfc2be2007f/schema)
