> 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.
