> 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.md).

# アクセスグループを追加および変更する

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

アクセス管理者とアクセスマネージャーは次の操作を行えます [作成](#h_75e0063ce8), [変更](#h_679ecd74c0)、および [アクセスグループを削除する](#h_06044ecf81) また、特定のユーザーを追加または削除することもできます。詳細はこちら [アクセスコントロールのロールと権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md).

{% hint style="warning" %}
少なくとも1つの [アクセスレベル](/access-control/ja/akusesu/add-and-modify-access-levels.md) が関連付けられています。
{% endhint %}

## アクセスグループを追加

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

{% step %}
**左側のナビゲーションで、［アクセスユーザーとグループ］をクリックします。**
{% endstep %}

{% step %}
**［グループ］>［グループを作成］をクリックします。**
{% endstep %}

{% step %}
**プロンプトが表示されたら、名前を入力し、グループに追加するユーザーを選択します。**
{% endstep %}

{% step %}
**［完了］をクリックして、新しいアクセスグループに移動します。**
{% endstep %}
{% endstepper %}

## アクセスグループを変更

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

{% step %}
**左側のナビゲーションで、［アクセスユーザーとグループ］をクリックします。**
{% endstep %}

{% step %}
**［グループ］をクリックし、変更するグループを選択します。**
{% endstep %}

{% step %}
**アクセスグループは次の方法で変更できます：**

a. [追加](#h_c3232bcc7d) または [削除](#h_84f5d6c570) ユーザー\
b. [追加](#h_06044ecf81) または [削除](#h_533aae392c) アクセスレベル\
c. グループ名を変更
{% endstep %}
{% endstepper %}

### ユーザーを追加

{% stepper %}
{% step %}
**アクセスグループを開き、右上の［メンバーを追加］をクリックします。**
{% endstep %}

{% step %}
**選択すると、グループに追加できるユーザーの一覧が表示されます。追加したいユーザーを必要なだけ選択できます。**
{% endstep %}

{% step %}
**完了したら［完了］をクリックします。**
{% endstep %}
{% endstepper %}

### ユーザーを削除

{% stepper %}
{% step %}
**削除したいユーザーにカーソルを合わせるか検索し、ユーザー名の横にあるチェックボックスをオンにします。**
{% endstep %}

{% step %}
**［メンバーを削除］をクリックします。代わりに終了日を設定して、ユーザーの権限が取り消される時期をスケジュールすることもできます。**
{% endstep %}
{% endstepper %}

### アクセスレベルを追加

{% stepper %}
{% step %}
**アクセスグループを開き、［アクセス］を選択します。**
{% endstep %}

{% step %}
**［アクセス］タブを開いた状態で、［アクセスレベルを追加］をクリックします。**
{% endstep %}

{% step %}
**これで、グループに適用する1つ以上のアクセスレベルを選択できるはずです。**
{% endstep %}

{% step %}
**完了したら［追加］をクリックします。**
{% endstep %}
{% endstepper %}

これで、グループにアクセス権のあるドアの一覧が表示されるはずです。<br>

### アクセスレベルを削除

{% stepper %}
{% step %}
**アクセスグループを開き、［アクセス］を選択します。**
{% endstep %}

{% step %}
**［アクセス］タブを開き、削除したいアクセスレベルにマウスポインターを合わせます。アクセスレベルが強調表示されると、アクセスレベル名の右側にXが表示されます。**
{% endstep %}

{% step %}
**Xを選択し、次に［削除］を選択して確定します。**
{% endstep %}
{% endstepper %}

***

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