> For the complete documentation index, see [llms.txt](https://guide.hypercape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hypercape.com/brand-guide/organization.md).

# 조직 관리

조직 관리에서는 브랜드 계정에 팀 멤버를 초대하고, 역할을 관리할 수 있습니다.

***

### 멤버 초대

#### 초대 방법

<figure><img src="/files/OpywMcmleqoosl0PsUYF" alt=""><figcaption></figcaption></figure>

1. **브랜드관리를 클릭**
2. **조직 관리** 페이지로 이동
3. **멤버 초대** 버튼 클릭
4. 다음 정보를 입력:
   * **이메일** (필수): 초대할 멤버의 이메일 주소
   * **이름** (선택): 멤버 이름
   * **역할** (필수): 부여할 역할 선택
5. **초대 보내기** 클릭

> 💡 초대 이메일이 자동으로 발송됩니다. 수신자가 이메일의 "초대 수락하기" 링크를 클릭하면 가입 절차가 진행됩니다.

#### 초대 재발송

초대를 수락하지 않은 멤버에게 초대 이메일을 다시 보낼 수 있습니다.

* 멤버 목록에서 해당 멤버의 **더보기(⋯)** 메뉴 클릭
* **초대 재발송** 선택

> ⚠️ 초대 재발송은 **5분 간격**으로 제한됩니다.

***

### 역할 관리

#### 역할 종류

| 역할          | 설명  | 권한                   |
| ----------- | --- | -------------------- |
| **Owner**   | 소유자 | 모든 권한 (변경 불가)        |
| **Admin**   | 관리자 | 멤버 관리, 설정 변경, 이벤트 관리 |
| **Manager** | 매니저 | 이벤트 관리, 콘텐츠 관리       |
| **Member**  | 멤버  | 기본 조회 권한             |

#### 역할 변경

1. 멤버 목록에서 해당 멤버의 **더보기(⋯)** 메뉴 클릭
2. **역할 변경** 선택
3. 새로운 역할 선택 후 저장

> ⚠️ **Owner** 역할은 변경할 수 없습니다. 자신의 역할도 직접 변경할 수 없습니다.

***

### 멤버 제거

1. 멤버 목록에서 해당 멤버의 **더보기(⋯)** 메뉴 클릭
2. **멤버 제거** 선택
3. 확인 후 제거 완료

> ⚠️ **Owner**는 제거할 수 없으며, 자기 자신도 제거할 수 없습니다.

***

### 멤버 현황

조직 관리 페이지 상단에서 다음 통계를 확인할 수 있습니다:

| 항목        | 설명               |
| --------- | ---------------- |
| **전체 멤버** | 등록된 전체 멤버 수      |
| **활성 멤버** | 현재 활동 중인 멤버 수    |
| **초대 대기** | 초대 수락을 기다리는 멤버 수 |

***

### 브랜드 전환

여러 브랜드에 소속된 경우, 상단 헤더의 **브랜드 전환** 메뉴에서 다른 브랜드로 전환할 수 있습니다.


---

# 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://guide.hypercape.com/brand-guide/organization.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.
