> 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/jp/i/settings/members.md).

# メンバー

設定の「メンバー」セクションで、組織のメンバーとその役割を管理できます。

### メンバーを管理

1. 組織/アカウントのドロップダウンを開きます（左上隅の Morphic ロゴをクリックします）。
2. 「設定」を選択します。
3. 左側のサイドバーから「メンバー」をクリックします。
4. ここでは、すべてのメンバーを表示し、新しいメンバーを招待したり、役割を更新または削除したりできます。

**直接リンク**

* 以下から「メンバー」セクションに直接移動します <https://studio.morphic.com/settings/members>

### メンバーを追加

1. 「メンバー」セクションに移動します。
2. 右上隅の「招待」ボタンをクリックします。
3. 招待したい相手のメールアドレスを入力します。
4. 役割（メンバーまたは管理者）を割り当てます。
5. 招待された人には、組織への参加方法が記載されたメールが届きます。

<figure><img src="/files/40f5887ba375ea0b9480f965687f518f55aa3b25" alt=""><figcaption><p>組織に新しいメンバーを招待しています</p></figcaption></figure>

<figure><img src="/files/b36f435457879bf6ea61140ab9b6da79fe07b5a8" alt="Invite member form"><figcaption><p>メンバー招待フォーム</p></figcaption></figure>

<figure><img src="/files/48342348522b54cf1be58111953a2963e41934da" alt="Member role selection"><figcaption><p>メンバーの役割を選択</p></figcaption></figure>

### メンバーを表示

* 現在の全メンバーの一覧が表示され、各名前の横に役割が示されます。
* 上部の検索バーを使って、名前やメールアドレスでメンバーをすばやく見つけられます。

<figure><img src="/files/b157bcf8e8fa2fd13808f440df7d7a0b01dbe309" alt="Members management interface"><figcaption><p>メンバー管理ページ</p></figcaption></figure>

### メンバーの役割を変更

<figure><img src="/files/1b7b37abeb6a56b2ef15bde98d62555882a3dbd2" alt="Role change confirmation"><figcaption><p>役割変更オプション</p></figcaption></figure>

1. 一覧でメンバーを見つけます。
2. 名前の横にある「…」メニューをクリックします。
3. 管理者権限を付与するには「管理者にする」を選択します。

### メンバーを削除

<figure><img src="/files/54fbcd491cc4fc57b6429ef375028d4a89b6f095" 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/jp/i/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.
