# 출입 사용자 일시 중지 및 삭제하기

보안상의 이유로 사용자가 더 이상 조직에 대한 접근이 필요하지 않다면, 해당 사용자의 건물 접근 권한을 제거해야 합니다. 이를 수행하는 방법은 두 가지입니다:

* **사용자 일시 중단:** 사용자가 일시적으로 더 이상 조직 내 문에 대한 접근이 필요하지 않은 경우 사용자를 일시 중단할 수 있습니다. 다시 접근 권한이 필요해지면 한 번의 클릭으로 다시 권한을 부여할 수 있습니다.
* **사용자 삭제:** 이렇게 하면 사용자가 조직에서 영구적으로 제거됩니다.

***

## 액세스 사용자 일시 중단

{% hint style="warning" %}
액세스 사용자를 일시 중단하면 Pass 앱에 로그인하고 문에 배지로 출입할 수 있는 권한이 취소됩니다. 다른 Verkada 기기에 대한 접근 권한이 있다면 여전히 Command에 로그인할 수 있습니다. Command 접근 권한을 취소하려면 다음을 참조하세요 [**조직 계정에서 사용자 관리**](/command/ko/users-and-permissions/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 User Admin이어야 합니다. 자세한 내용은 다음을 참조하세요 [액세스 제어의 역할 및 권한](/access-control/ko/getting-started/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/ko/users-and-credentials/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.
