> ## 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 デプロイメントを管理する

# Management API を使用して Inbound SCIM デプロイメントを管理する

サポートされている SCIM 管理操作とその使用方法の詳細については、[Auth0 Management API Explorer](https://auth0.com/docs/api/management/v2) に移動し、**Connections** タブを展開してください。<Tooltip tip="Management API: お客様が管理タスクを実行するための製品。" cta="用語集を表示" href="/ja/docs/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 設定の管理に必要な権限を持つマシン間通信用のクライアントアプリケーションを登録します。

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. トークンの取得方法と [Auth0 Management API v2](https://auth0.com/docs/api/management/v2/connections/post-scim-configuration) エンドポイントの呼び出し方法については、[Management API Access Tokens](/ja/docs/secure/tokens/access-tokens/management-api-access-tokens) の手順を参照してください。
