> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/getting-around/settings/members.md).

# 멤버

설정의 멤버 섹션에서 조직의 멤버와 각자의 역할을 관리할 수 있습니다.

### 멤버 관리

1. 조직/계정 드롭다운을 엽니다(왼쪽 상단의 Morphic 로고를 클릭하세요).
2. 설정을 선택합니다.
3. 왼쪽 사이드바에서 멤버를 클릭하세요.
4. 여기에서 모든 멤버를 보고, 새 멤버를 초대하고, 역할을 수정하거나 제거할 수 있습니다.

**직접 링크**

* 다음에서 멤버 섹션으로 바로 이동하세요: <https://studio.morphic.com/settings/members>

### 멤버 추가

1. 멤버 섹션으로 이동하세요.
2. 오른쪽 상단 모서리의 초대 버튼을 클릭하세요.
3. 초대하려는 사람의 이메일 주소를 입력하세요.
4. 역할(멤버 또는 관리자)을 지정하세요.
5. 초대받은 사람은 조직에 참여하는 방법이 담긴 이메일을 받게 됩니다.

<figure><img src="/files/14571b7fa1cb270ce6bfbd86566e03a96a7b6788" alt=""><figcaption><p>조직에 새 멤버를 초대하는 중</p></figcaption></figure>

<figure><img src="/files/972c8fee13a723bed1ba54f8d2c07f72788260b5" alt="Invite member form"><figcaption><p>멤버 초대 양식</p></figcaption></figure>

<figure><img src="/files/81b6543ab9fa4a1d6a6ea18c5b89b5ef091e3ede" alt="Member role selection"><figcaption><p>멤버 역할 선택</p></figcaption></figure>

### 멤버 보기

* 현재 모든 멤버의 목록이 표시되며, 이름 옆에 각자의 역할이 보입니다.
* 상단의 검색창을 사용하면 이름이나 이메일로 멤버를 빠르게 찾을 수 있습니다.

<figure><img src="/files/ff4685236f7a8ee186c065ef9e663836e8a09b5e" alt="Members management interface"><figcaption><p>멤버 관리 페이지</p></figcaption></figure>

### 멤버의 역할 변경

<figure><img src="/files/56d7aeedeaa32b7064c99e2a68018022dfa21b72" alt="Role change confirmation"><figcaption><p>역할 변경 옵션</p></figcaption></figure>

1. 목록에서 멤버를 찾으세요.
2. 이름 옆의 '…' 메뉴를 클릭하세요.
3. 관리자 권한을 부여하려면 관리자로 지정을 선택하세요.

### 멤버 제거

<figure><img src="/files/0987a38d96fc15567961e4437b887f90559fe7af" alt="Member options menu"><figcaption><p>멤버 관리 옵션</p></figcaption></figure>

1. 목록에서 멤버를 찾으세요.
2. 이름 옆의 '…' 메뉴를 클릭하세요.
3. 조직에서 제거하려면 멤버 제거를 선택하세요.

***

문제가 있거나 궁금한 점이 있으면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/getting-around/settings/members.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.
