# 招待

このページでは、チームメンバーをワークスペースに招待するための異なる方法について説明します。

## 招待方法

* 個別招待:
  * 特定のメールアドレスに招待メールを送信
  * 受信者は招待を明示的に承認して参加
  * 受信者は招待されたメールアドレス以外でも登録可能
* 許可ドメイン:
  * 許可されたドメインのメールアドレスを持つユーザーは自動的にワークスペースに参加可能
  * ドメインごとにデフォルトのロールとグループを設定
  * 他のドメインのユーザーも手動で招待可能
  * 組織メンバーのオンボーディングを効率化
* 招待リンク:
  * 共有可能なサインアップリンクを作成
  * リンク経由でサインアップしたユーザーは自動的にワークスペースに参加
  * 招待リンク経由で参加したユーザーにはワークスペースエディタロールが割り当てられる


---

# 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.codatum.jp/workspace-and-user-management/user-management/invitation.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.
