# メンバー・招待

## メンバーでできること <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>

## メンバーを招待する <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つのセクションに分かれて表示されます。

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

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

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

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

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


---

# Agent Instructions: 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:

```
GET https://docs.wicle.io/organization-project/organization-setting/member.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
