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

# アクセスシステムにユーザーを追加する

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

Adminアクセスが割り当てられている場合、ドアを解錠するためのアクセスレベルと、アクセスシステムに対する管理者権限を持つアクセスグループに割り当てることができます。たとえば、カード、PINコード、または [Verkada Passアプリ](/access-control/ja/yzto/verkada-pass-app.md).

{% hint style="danger" %}
アクセスユーザーを作成するには、Access User Admin または Access User Manager である必要があります。詳細は [アクセスコントロールのロールと権限](/access-control/ja/hajimeni/roles-and-permissions-for-access-control.md).
{% endhint %}

***

## ユーザープロファイルを作成する

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

{% step %}
**左側のナビゲーションで、\[Access Users and Groups] をクリックします。**
{% endstep %}

{% step %}
**右上で \[Manage] をクリックし、\[Add User] を選択します。**
{% endstep %}

{% step %}
**\[Add User] で、新しいユーザーのプロフィール、認証情報、グループを入力します。**
{% endstep %}

{% step %}
**［次へ］をクリックします。**
{% endstep %}
{% endstepper %}

{% hint style="info" %}
利用できる場合は、ユーザーのメールアドレスを追加することを推奨します。ユーザーが [Verkada Passアプリ](/access-control/ja/yzto/verkada-pass-app.md) を使用してドアを解錠する権限がある場合、 **メールアドレス** 欄は、会社のメールアドレスを持たないアクセスユーザー（外部ベンダー／請負業者など）については空欄のままにできます。
{% endhint %}

***

## アクセス認証情報を定義する

{% stepper %}
{% step %}
**\[Add User > Credentials] ダイアログで、ユーザーのアクセスを次のように定義できます：**

a. **入館コード**—キーパッドリーダーに入力できるPINコード。続いて **#** 送信するには（例： **1234#**）。以下にあります **プロフィール** アカウントが作成された後。\nb. **バッジ**—カードの種類を選択し、必要な情報（施設コードとカード番号）を入力します。\nc. **Verkada Pass**—ダウンロードへの招待を送信します [Verkada Passアプリ](/access-control/ja/yzto/verkada-pass-app.md) （メールアドレス必須）。
{% endstep %}

{% step %}
**［次へ］をクリックします。**
{% endstep %}
{% endstepper %}

***

## アクセスするグループを選択する

{% stepper %}
{% step %}
**\[Add User > Groups] では：**

a. ユーザーにアクセスさせたいグループを選択します。継承されたアクセスレベルとロックダウン権限も含まれます。\nb. （任意）グループをフィルターすることもできます。
{% endstep %}

{% step %}
**選択が完了したら、\[Done] をクリックします。**
{% endstep %}
{% endstepper %}

***

## CSVインポートによるアクセスユーザーの変更

Verkada Command は、カンマ区切り値（CSV）ファイルのアップロードによってアクセスユーザーを一括で追加/変更することをサポートしています。詳細は、 [アクセスコントロールユーザーのインポート - CSV](/access-control/ja/yzto/add-a-user-to-the-verkada-access-system/import-access-control-users-csv.md)**.**

***

## SCIM連携によるアクセスの自動化

System for Cross-Domain ID管理（SCIM）を通じて、アクセスユーザーのプロビジョニングとアクセスグループの割り当てを自動化することもできます。詳細は、 [SCIMによるアクセスグループ](/access-control/ja/yzto/add-and-modify-access-groups/use-scim-for-access-groups.md).

***

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