> 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. 조직에서 제거하려면 구성원 제거를 선택하세요.

***


---

# 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.
