> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/invite-users-to-aikido-without-a-git-account.md).

# Git アカウントなしで Aikido にユーザーを招待する

Aikido は、GitHub/BitBucket/GitLab アカウントを持たない、または Google、Microsoft、あるいは個人の GitHub/BitBucket/GitLab アカウントなどの代替ログイン方法の利用を好むユーザーを招待するための柔軟なオプションを提供します。

## ユースケース <a href="#use-cases" id="use-cases"></a>

* **請求担当者**: Git アカウントを持たない請求担当者。
* **個人の GitHub アカウントを持つユーザー**: 組織に所属していない個人の GitHub アカウントを持つユーザー。
* **フリーランサー**: 一部または一時的なアクセスを必要とする契約者。
* **監査担当者**: 一時的なアクセスを必要とする外部監査担当者。
* **リポジトリへのアクセスが制限された BitBucket ユーザー：** BitBucket の特定のリポジトリにのみ限定的にアクセスできるユーザー。
* **複数の Git システム：** ユーザーを異なる Git システムの複数のワークスペース（GitHub と GitLab の組み合わせ）に招待する必要がある場合。

## ユーザーを招待する手順 <a href="#steps-to-invite-users" id="steps-to-invite-users"></a>

**手順 1**: 設定の [ユーザーセクション](https://app.aikido.dev/settings/users) で。クリック **「追加」** してユーザー招待ダイアログを開きます

**手順 2**: 1つまたは複数の **メールアドレス**。メールアドレスは会社のメールである必要があります。

![](/files/7d207638992ebe4f89036eff6e11a8e3f5909457)

**手順 3。** 次の **2つ目のログイン方法** - ユーザーは GitHub/Bitbucket/GitLab、Google、または Microsoft でログインできます。

![](/files/a6617ac89c05e9d13cbe36d2c4c84563896e8b2f)

**手順 4。** 招待されたユーザーが、Aikido にリダイレクトするメール内のボタンをクリックし、その後 Google/Microsoft では招待時に使用したメールアドレスを使用するようにしてください。

### 重要な注意事項 <a href="#important-notes" id="important-notes"></a>

* **手動でのオフボーディング**: これらの方法で招待されたユーザーは **自動的に** オフボーディングされません。セキュリティを維持し、アクセスを適切に管理するため、Aikido プラットフォームへのアクセスが不要になったユーザーは手動で削除することが重要です。


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/invite-users-to-aikido-without-a-git-account.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.
