> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ja/yzto/add-and-modify-access-groups/use-scim-for-access-groups.md).

# アクセスグループに SCIM を使用する

{% hint style="info" %}
お使いのオーガナイゼーション'でアクセスコントロールにディレクトリを使用している場合は、 [ディレクトリを使用してユーザーを管理する](/command/ja/yzto/manage-users-in-your-organization/directories-for-user-group-management.md) 変更を加える前に参照してください。ディレクトリが、ユーザーの管理場所と適用される権限にどのように影響するかを説明しています。
{% endhint %}

ユーザーをアクセスグループに追加するには、System for Cross-Domain ID管理 (SCIM) を使用できます。

{% hint style="warning" %}
この記事の手順は、SCIM のユーザーとグループが Verkada Command にプロビジョニングされてからのみ機能します。
{% endhint %}

***

## ユーザーをアクセスグループに追加する

{% hint style="danger" %}
SCIM プロバイダーでユーザーを作成し、ユーザーをグループに割り当てる必要があります。手順はプロバイダーによって異なり、Okta（[SAML](/command/ja/sekyuriti/identity-providers/okta.md) と [SCIM](/command/ja/sekyuriti/identity-providers/okta.md)）および Microsoft Entra ID（[SAML](/command/ja/sekyuriti/identity-providers/microsoft-entra-id.md) と [SCIM](/command/ja/sekyuriti/identity-providers/microsoft-entra-id.md)）がサポートされています。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command で、All Products > Access に移動します。**
{% endstep %}

{% step %}
**左側のパネルで［アクセスユーザーとグループ］をクリックします。**
{% endstep %}

{% step %}
**上部で、Groups > Create SCIM Group をクリックします。**
{% endstep %}

{% step %}
**SCIM グループをフィルターするか選択して、SCIM グループ名で新しいアクセスグループを自動的に作成します。**
{% endstep %}

{% step %}
**\[完了] をクリックします。**
{% endstep %}
{% endstepper %}

これで、SCIM グループはアクセスグループになりました。これで、このグループを割り当てることができます [アクセスレベル](/access-control/ja/akusesu/add-and-modify-access-levels/access-level-schedules-and-exceptions.md) このグループのユーザーにドアへのアクセス権を付与するために。

{% hint style="warning" %}
SCIM プロバイダーが Verkada Command のオーガナイゼーション' からリンク解除されると、すべての SCIM アクセスグループが削除されます。
{% endhint %}

***

{% hint style="info" %}
**実際の動作をご覧になりますか？** こちらをご覧ください。 [動画チュートリアル](https://www.youtube.com/watch?v=YSMzqFwWlW4).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/access-control/ja/yzto/add-and-modify-access-groups/use-scim-for-access-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
