> 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-a-user-to-the-verkada-access-system/assign-a-user-access-to-a-door.md).

# ユーザーにドアへのアクセス権を割り当てる

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

ユーザーがドアでバッジを使えるようにするには、まずそのドアへのアクセス権を付与する必要があります。ユーザーには、該当するドアを含むアクセス レベルに割り当てられたアクセス グループに追加することで、そのドアへのアクセス権が付与されます。

{% hint style="danger" %}

* ユーザーをアクセス グループに追加するには、Access User Admin または Access User Manager である必要があります。
* アクセス レベルとドアをアクセス グループに追加するには、Access Site Admin または Access Site Manager である必要があります。

参照 [アクセスコントロールのロールと権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md) 詳細については
{% endhint %}

Access Site の役割により、次の項目を表示できます。あなたの **ホーム** と **デバイス** ページ。

* Org Admin であれば、すべてのサイトに対して Access Site Admin を継承できるよう、自分に Access System Admin を付与できます。
* Org Admin でない場合は、特定のドアがあるサイトの現在の Access Site Admin が、あなたに Access Site の役割を付与する必要があります。

***

## アクセス権を割り当てる

### ドアをアクセス レベルに割り当てる

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

{% step %}
**ドアのページに移動し、［アクセス］を選択します。**
{% endstep %}

{% step %}
**右側で［アクセス レベルを追加］をクリックすると、このドアで利用可能なすべてのアクセス レベルの一覧が表示されます。**

a. 必要なアクセス レベルのチェックボックスをクリックします。\
b. クリック **追加**.
{% endstep %}
{% endstepper %}

### アクセス レベルをアクセス グループに割り当てる

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

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

{% step %}
**上部で［グループ］をクリックし、アクセス グループを選択します。**
{% endstep %}

{% step %}
**［アクセス］ > ［アクセス レベルを追加］をクリックします。**

a. 必要なアクセス レベルのチェックボックスをクリックします。\
b. クリック **追加**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
参照 [アクセス レベルとスケジュール](/access-control/ja/akusesu/add-and-modify-access-levels/access-level-schedules-and-exceptions.md) 詳細については
{% endhint %}

### ユーザーをアクセス グループに割り当てる

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

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

{% step %}
**上部で［グループ］をクリックし、アクセス グループを選択します。**
{% endstep %}

{% step %}
**［メンバー］で［メンバーを追加］をクリックします。**

a. 必要なアクセス レベルのチェックボックスをクリックします。\
b. クリック **追加**.
{% endstep %}
{% endstepper %}


---

# 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-a-user-to-the-verkada-access-system/assign-a-user-access-to-a-door.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.
