> 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/command/ko/users-and-permissions.md).

# 사용자 및 권한

- [사용자 관리](https://help.verkada.com/command/ko/users-and-permissions/manage-users-in-your-organization.md): 조직에서 사용자를 추가, 비활성화, 재활성화 또는 삭제하는 방법을 알아보세요
- [사용자 및 그룹 관리를 위한 디렉터리](https://help.verkada.com/command/ko/users-and-permissions/manage-users-in-your-organization/directories-for-user-group-management.md): 디렉터리를 통해 사용자 및 사용자 그룹 관리를 분리하는 방법을 알아보세요
- [임시 사용자 관리](https://help.verkada.com/command/ko/users-and-permissions/manage-users-in-your-organization/manage-temporary-users.md): Command 조직에 대한 사용자 액세스를 제한하는 방법을 알아보세요
- [Command 그룹 관리](https://help.verkada.com/command/ko/users-and-permissions/manage-users-in-your-organization/manage-command-groups.md): 그룹을 사용하여 사이트 및 하위 사이트에 대한 사용자 액세스를 제어하세요
- [역할 및 권한](https://help.verkada.com/command/ko/users-and-permissions/roles-and-permissions-for-command.md): Command 사용자의 역할과 권한을 설정하세요
- [사용자 지정 역할](https://help.verkada.com/command/ko/users-and-permissions/roles-and-permissions-for-command/custom-roles.md): Verkada Command에서 사용자 지정 역할을 생성, 구성 및 할당하는 방법을 알아보세요
- [기본 역할 수정](https://help.verkada.com/command/ko/users-and-permissions/roles-and-permissions-for-command/customize-roles-and-permissions.md): Verkada의 표준 역할 권한을 세밀하게 조정하는 방법을 알아보세요


---

# 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/command/ko/users-and-permissions.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.
