> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/workspace-and-user-management/user-management/invitation.md).

# 招待

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

## 招待方法

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


---

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