> 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/ko/users-and-credentials/add-a-user-to-the-verkada-access-system/assign-a-user-access-to-a-door.md).

# 사용자에게 도어 출입 권한 할당

{% hint style="info" %}
조직에서 액세스 제어에 Directories를 사용하는 경우, 다음을 참조하세요: [Directories를 사용하여 사용자 관리](/command/ko/users-and-permissions/manage-users-in-your-organization/directories-for-user-group-management.md) 변경하기 전에. Directories가 사용자가 관리되는 위치와 적용되는 권한에 어떤 영향을 미치는지 설명합니다.
{% endhint %}

사용자가 문에 배지로 출입하려면 먼저 해당 문에 대한 접근 권한이 부여되어야 합니다. 사용자는 관련 문이 포함된 액세스 수준에 할당된 액세스 그룹에 추가됨으로써 해당 문에 대한 접근 권한을 받습니다.

{% hint style="danger" %}

* 사용자를 액세스 그룹에 추가하려면 Access User Admin 또는 Access User Manager여야 합니다.
* 액세스 수준과 문을 액세스 그룹에 추가하려면 Access Site Admin 또는 Access Site Manager여야 합니다.

참조 [액세스 제어의 역할 및 권한](/access-control/ko/getting-started/roles-and-permissions-for-access-control.md) 을 참조하세요.
{% endhint %}

Access Site 역할을 사용하면 귀하의 **홈** 및 **장치** 페이지에서 액세스 컨트롤러와 문을 볼 수 있습니다.

* Org Admin인 경우, 모든 사이트에서 Access Site Admin 권한을 상속받기 위해 자신에게 Access System Admin을 부여할 수 있습니다.
* Org Admin이 아닌 경우, 특정 문이 있는 사이트의 현재 Access Site Admin이 귀하에게 Access Site 역할을 부여해야 합니다.

***

## 액세스 할당

### 문을 액세스 수준에 할당

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**문 페이지로 이동하여 액세스를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽에서 액세스 수준 추가를 클릭하여 이 문에 사용할 수 있는 모든 액세스 수준 목록을 확인합니다.**

a. 필요한 액세스 수준의 체크박스를 클릭합니다.\
b. 클릭 **추가**.
{% endstep %}
{% endstepper %}

### 액세스 수준을 액세스 그룹에 할당

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Access Users and Groups 를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 그룹을 클릭하고 액세스 그룹을 선택합니다.**
{% endstep %}

{% step %}
**액세스 > 액세스 수준 추가를 클릭합니다.**

a. 필요한 액세스 수준의 체크박스를 클릭합니다.\
b. 클릭 **추가**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
참조 [액세스 수준 및 일정](/access-control/ko/access/add-and-modify-access-levels/access-level-schedules-and-exceptions.md) 을 참조하세요.
{% endhint %}

### 사용자를 액세스 그룹에 할당

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Access로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Access Users and Groups 를 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 그룹을 클릭하고 액세스 그룹을 선택합니다.**
{% endstep %}

{% step %}
**구성원 아래에서 구성원 추가를 클릭합니다.**

a. 필요한 액세스 수준의 체크박스를 클릭합니다.\
b. 클릭 **추가**.
{% 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/ko/users-and-credentials/add-a-user-to-the-verkada-access-system/assign-a-user-access-to-a-door.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.
