> 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/security/authentication-overview/switch-organizations-in-command.md).

# 조직 전환

여러 조직의 구성원인 경우, 사용자 계정은 각 조직마다 별도로 존재합니다. 이를 통해 조직 관리자가 2단계 인증 요구와 같이 사용자 계정을 보다 세분화하여 제어할 수 있습니다.

***

## 조직의 짧은 이름을 입력하세요

조직의 **짧은 이름** 는 로그인할 조직을 지정하는 데 사용되는 고유 식별자입니다.

{% hint style="warning" %}
2개 이상의 조직에 속해 있는 경우 Verkada Command에 로그인할 때 조직의 짧은 이름을 지정해야 합니다. 로그인한 후 이메일을 인증했다면 모든 조직 간에 전환할 수 있습니다.
{% endhint %}

또한 다음을 사용할 수 있습니다. [로그인 링크](/command/ko/security/authentication-overview/login-links.md) 를 사용해 비밀번호만 사용하는 모든 조직에 한 번에 로그인할 수 있습니다.

***

## 짧은 이름 찾기

### 이메일로

Verkada Command에 로그인할 때 짧은 이름을 모르면 다음을 클릭하세요. **목록을 이메일로 보내기** 각 조직의 인증 링크가 포함된 이메일 목록을 받습니다.

### 로그인한 상태에서

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

{% step %}
**일반 > 조직 아래에서 짧은 이름은 서브도메인 필드 옆에 표시됩니다.**
{% endstep %}
{% endstepper %}

***

## 조직 간 전환

{% hint style="warning" %}
서로 다른 지역에 조직을 생성한 경우 다음 지역별로 별도의 목록이 표시됩니다. **미국**, **유럽**, 그리고 **호주**.
{% endhint %}

{% stepper %}
{% step %}
**왼쪽 하단에서 조직 아이콘을 선택하여 로그인할 수 있는 모든 조직을 확인하세요.**
{% endstep %}

{% step %}
**전환하려는 목록의 조직을 선택하세요.**

<div align="left" data-with-frame="true"><img src="/files/391fce388ff2a43fe2912c6f05741a3403550fe0" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
다음은 **필수입니다** 조직의 세션 시간 제한 내에 최근에 인증한 경우가 아니라면, 전환할 때 다른 조직에 로그인해야 합니다.
{% endhint %}

***

## 모든 조직이 표시되지 않음

목록에 모든 조직이 표시되지 않는다면, 각 조직에서 이메일이 인증되지 않았기 때문일 수 있습니다.

{% stepper %}
{% step %}
**왼쪽 하단에서 조직 이름을 선택하세요.**
{% endstep %}

{% step %}
**이메일 옆에 녹색 체크 표시가 있는지 확인하세요. 표시가 보이지 않으면,** [**이메일을 인증하세요**](/command/ko/security/authentication-overview/verify-your-verkada-command-account.md)**.**
{% 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/command/ko/security/authentication-overview/switch-organizations-in-command.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.
