> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Management API で Inbound SCIM デプロイを管理する

> 各エンタープライズ接続の SCIM 設定を読み取り、更新することで、Management API を通じて Auth0 Inbound SCIM デプロイを管理します。

サポートされている SCIM の管理操作とその使用方法について詳しくは、[Auth0 Management API docs](/docs/ja-jp/api/management/v2) を開き、**接続** タブを展開してください。<Tooltip tip="Management API: 顧客が管理タスクを実行できるようにする製品。" cta="用語集を表示" href="/docs/ja-jp/glossary?term=management+API">Management API</Tooltip> を使用すると、選択した接続の SCIM 設定を有効化、更新、削除できるほか、SCIM トークンを作成および削除できます。

<div id="register-a-client-app-for-management-api-communication">
  ## Management API通信用のクライアントアプリを登録する
</div>

Auth0 Management APIを使用するには、SCIM設定の管理に必要な権限を持つmachine-to-machineクライアントアプリケーションを登録します。

1. [Auth0 Dashboard](https://manage.auth0.com/#/) で、**Applications** を選択します。
2. **Create Application** を選択します。
3. 名前を入力し、**Machine to Machine App** を選択して、**Create** を選択します。
4. 新しいアプリで **APIs** タブを選択し、**Auth0 Management API** を **Authorized** に設定します。
5. **Permissions** で、`read:scim_config`、`create:scim_config`、`update:scim_config`、`delete:scim_config`、`create:scim_token`、`read:scim_token`、`delete:scim_token.` を選択します。
6. **Update** を選択します。
7. [Management API Access Tokens](/docs/ja-jp/secure/tokens/access-tokens/management-api-access-tokens) の手順に従って、トークンを取得し、[Auth0 Management API v2](/docs/ja-jp/api/management/v2/connections/post-scim-configuration) エンドポイントを呼び出す方法を確認します。
