> 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/suspend-and-delete-access-users.md).

# アクセスユーザーを一時停止および削除する

ユーザーがセキュリティ上の理由であなたの組織へのアクセスをもはや必要としない場合、そのユーザーの建物へのアクセスを削除する必要があります。これを行う方法は 2 つあります。

* **ユーザーを停止する:** ユーザーが一時的にあなたの組織内のドアへのアクセスを必要としなくなる場合、そのユーザーを停止できます。アクセスを再度必要とするときは、ワンクリックで権限を再付与できます。
* **ユーザーを削除する:** これにより、そのユーザーはあなたの組織から完全に削除されます。

***

## アクセスユーザーを停止

{% hint style="warning" %}
アクセスユーザーを停止すると、Passアプリへのログインとドアへのバッジ認証の権限が取り消されます。他の Verkada デバイスへのアクセス権があれば、引き続き Command にログインできます。参照 [**組織アカウントでユーザーを管理**](/command/ja/yzto/manage-users-in-your-organization.md) **t**Command アクセスを取り消す&#x20;
{% endhint %}

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

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

{% step %}
**停止したいユーザーを検索します。**
{% endstep %}

{% step %}
**ユーザー名を選択し、次に Profile をクリックします。**
{% endstep %}

{% step %}
**Suspend Access をクリックします。**
{% endstep %}

{% step %}
**確認を求められたら、Suspend を選択します。**
{% endstep %}
{% endstepper %}

***

## 停止済みユーザーを表示

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

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

{% step %}
**すべての停止済みユーザーを表示するには、Suspended を選択します。**
{% endstep %}
{% endstepper %}

***

## アクセスユーザーの権限を再有効化

{% hint style="warning" %}
無効化されたユーザーにはアクセスを付与できません。アクセスを付与するには、まずユーザーを再有効化します。
{% endhint %}

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

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

{% step %}
**再有効化したいユーザーを検索します。**
{% endstep %}

{% step %}
**ユーザー名を選択し、次に Profile をクリックします。**
{% endstep %}

{% step %}
**ユーザーに権限を付与するには、終了日を削除します**
{% endstep %}
{% endstepper %}

***

## アクセスユーザーを削除

{% hint style="danger" %}
アクセスユーザーを削除するには、Access User Admin である必要があります。詳細は [アクセスコントロールの役割と権限](/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 %}
**削除したいユーザーアカウントの横にあるチェックボックスをオンにします。**
{% endstep %}

{% step %}
**右上で、Delete を選択します。**
{% endstep %}

{% step %}
**確認を求められたら、Delete を選択します。**
{% 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/suspend-and-delete-access-users.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.
