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

セキュリティ上の理由でユーザーがもはやオーガナイゼーション' の建物へのアクセスを必要としなくなった場合は、そのアクセスを建物から削除する必要があります。これを実行する方法は 2 つあります:

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

***

## アクセスユーザーを一時停止する

{% hint style="warning" %}
アクセスユーザーを一時停止すると、Pass アプリへのサインインとドアへのバッジ認証の権限が取り消されます。ほかの Verkada デバイスへのアクセス権がある場合は、引き続き Command にサインインできます。Command のアクセスを取り消すには、こちらを参照してください [**Org アカウントでユーザーを管理する**](/command/ja/yzto/manage-users-in-your-organization.md)**.**
{% endhint %}

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

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

{% step %}
**一時停止するユーザーを検索します。**
{% endstep %}

{% step %}
**ユーザーの名前を選択し、［プロフィール］をクリックします。**
{% endstep %}

{% step %}
**［アクセスを一時停止］をクリックします。**
{% endstep %}

{% step %}
**プロンプトが表示されたら、［一時停止］を選択して確認します。**
{% endstep %}
{% endstepper %}

***

## 一時停止したユーザーを表示する

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

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

{% step %}
**［一時停止済み］を選択すると、すべての一時停止中のユーザーを表示できます。**
{% endstep %}
{% endstepper %}

***

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

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

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

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

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

{% step %}
**ユーザーの名前を選択し、［プロフィール］をクリックします。**
{% endstep %}

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

***

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

{% hint style="danger" %}
アクセスユーザーを削除するには、アクセスユーザー管理者である必要があります。詳細はこちら [アクセスコントロールの役割と権限](/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 %}
**右上で［削除］を選択します。**
{% endstep %}

{% step %}
**プロンプトが表示されたら、［削除］を選択して確認します。**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
