> 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 appへのログインおよびドアへのバッジ認証の権限が取り消されます。ほかのVerkadaデバイスにアクセスできる場合は、引き続きCommandにログインできます。Commandアクセスを取り消す方法については、 [**あなたのOrgアカウントでユーザーを管理する**](/command/ja/yzto/manage-users-in-your-organization.md)**.**
{% endhint %}

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

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

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

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

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

{% step %}
**確認を求められたら、［一時停止］を選択します。**
{% endstep %}
{% endstepper %}

***

## 一時停止中のユーザーを表示

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

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

{% step %}
**すべての一時停止中ユーザーを表示するには、［一時停止中］を選択します。**
{% endstep %}
{% endstepper %}

***

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

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

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

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

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

{% step %}
**ユーザー名を選択し、次に［プロフィール］をクリックします。**
{% 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 %}
**左側のナビゲーションで、［アクセスユーザーとグループ］をクリックします。**
{% endstep %}

{% step %}
**削除したいユーザーアカウントの横にあるチェックボックスをオンにします。**
{% endstep %}

{% step %}
**右上で［削除］を選択します。**
{% endstep %}

{% step %}
**確認を求められたら、［削除］を選択します。**
{% 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.
