> 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-and-modify-access-groups/use-scim-for-access-groups.md).

# 출입 그룹에 SCIM 사용

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

액세스 그룹에 사용자를 추가하려면 System for Cross-Domain Identity Management(SCIM)를 사용할 수 있습니다.

{% hint style="warning" %}
이 문서의 단계는 SCIM 사용자와 그룹이 Verkada Command에 프로비저닝된 후에만 작동합니다.
{% endhint %}

***

## 액세스 그룹에 사용자 추가

{% hint style="danger" %}
SCIM 공급자에서 사용자를 생성하고 사용자를 그룹에 할당해야 합니다. 이 과정은 공급자에 따라 다르며, Okta([SAML](/command/ko/security/identity-providers/okta.md) 및 [SCIM](/command/ko/security/identity-providers/okta.md))와 Microsoft Entra ID([SAML](/command/ko/security/identity-providers/microsoft-entra-id.md) 및 [SCIM](/command/ko/security/identity-providers/microsoft-entra-id.md))를 모두 지원합니다.
{% endhint %}

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

{% step %}
**왼쪽 패널에서 액세스 사용자 및 그룹을 클릭합니다.**
{% endstep %}

{% step %}
**상단에서 그룹 > SCIM 그룹 만들기를 클릭합니다.**
{% endstep %}

{% step %}
**필터링하거나 선택하여 SCIM 그룹과 동일한 이름의 새 액세스 그룹을 자동으로 만들 SCIM 그룹을 선택합니다.**
{% endstep %}

{% step %}
**완료를 클릭합니다.**
{% endstep %}
{% endstepper %}

이제 SCIM 그룹이 액세스 그룹이 되었습니다. 이제 이 그룹을 할당하여 [액세스 수준](/access-control/ko/access/add-and-modify-access-levels/access-level-schedules-and-exceptions.md) 이 그룹의 사용자에게 문에 대한 액세스 권한을 부여할 수 있습니다.

{% hint style="warning" %}
SCIM 공급자가 Verkada Command 조직과 연결 해제되면 모든 SCIM 액세스 그룹이 삭제됩니다.
{% endhint %}

***

{% hint style="info" %}
**직접 보고 싶으신가요?** 다음을 확인해 보세요 [동영상 튜토리얼](https://www.youtube.com/watch?v=YSMzqFwWlW4).
{% endhint %}


---

# 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-and-modify-access-groups/use-scim-for-access-groups.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.
