> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/organization-project/organization-setting/member.md).

# メンバー・招待

## メンバーでできること <a href="#what-members-can-do" id="what-members-can-do"></a>

* 組織に追加されているメンバー情報を閲覧できます。
* 管理者の方はメンバーの招待/削除や権限の変更ができます。

## 権限について <a href="#permissions" id="permissions"></a>

Wicleにはオーナーとメンバーという2種類の権限があります。それぞれの権限でできることは以下の通りです。

<table><thead><tr><th width="145">権限</th><th>できること</th></tr></thead><tbody><tr><td>owner</td><td><p>組織の管理者権限です。</p><p>組織、プロジェクトの変更、メンバーの変更・招待をすることができます。</p></td></tr><tr><td>member</td><td><p>組織の一般権限です。</p><p>Owner権限の操作（組織変更、メンバー招待、プラン契約等）以外は全て利用できます。</p></td></tr></tbody></table>

{% hint style="info" %}
権限はオーナーとメンバーの2種類です。ご自身の権限は変更できません。また、組織にオーナーが1人もいなくならないよう、複数のメンバーにオーナー権限を付与しておくことを推奨します。
{% endhint %}

## メンバーを招待する <a href="#invite-members" id="invite-members"></a>

1. ページ右上の招待をクリックします
2. 招待するメールアドレスと、招待時の権限を選択します
3. 招待ボタンをクリックすると、招待メールが送信されます

招待メールからアカウント作成する際の流れはこちら： [アカウント作成](/initial-setting/account.md#sareta)

{% hint style="warning" %}
**招待メールが迷惑メールフォルダに振り分けられてしまっている時があります。**\
招待した方から問い合わせがあった際は、迷惑メールフォルダも確認いただくようにお伝えください。迷惑メールフォルダに入っている場合はメール上部の「問題ない」をクリック後、招待リンクを開いてもらうようにしてください。
{% endhint %}

### 招待一覧 <a href="#invitation-list" id="invitation-list"></a>

招待中のメンバーは「招待中」と「期限切れ」の2つのセクションに分かれて表示されます。招待メールの有効期限は送信から7日間です。

| 状態   | 説明                         |
| ---- | -------------------------- |
| 招待中  | 招待メール送信済みで有効期限内のメンバー       |
| 期限切れ | 有効期限が過ぎた招待。再送することで再度招待できます |

## 招待リンク <a href="#shared-invitation" id="shared-invitation"></a>

メール招待とは別に、組織全体で共有できる招待リンクを発行できます。

* リンクを知っている人は誰でも組織に参加できます（Member権限として追加）
* 招待リンクの有効期限は発行から14日間です
* Owner権限でリンクの再発行が可能です

{% hint style="warning" %}
招待リンクはURLを知っている人なら誰でも参加できるため、共有先にご注意ください。
{% endhint %}


---

# 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://docs.wicle.io/organization-project/organization-setting/member.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.
