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

# メンバー

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

### メンバーを管理

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

または、直接開くには： [studio.morphic.com/settings/members](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. ［メンバーを削除］を選択すると、そのメンバーを組織から削除できます。

これでMorphicでのメンバー管理は完了です。組織に誰が所属し、何ができるかをあなたが決められます。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/jp/akauntoto/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.
