> 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/inviting-users-to-aikido.md).

# Aikido にユーザーを招待する

Aikidoでは、ワークスペースにユーザーを招待するための主な方法が2つあります。1つは、あなたのGithub組織／Gitlabグループ／Bitbucketワークスペースのメンバーを招待する方法、もう1つは、組織のGitアカウントへのアクセス権を持たないユーザーを招待する方法です。

![ログインオプションメニュー：現在は組織のGitHubログインのみが選択されています。](/files/433ae8c1613df90154e31b8046ef2469a603d133)

### オプション1。組織／グループのメンバーを招待する <a href="#inviting-users-that-are-part-of-your-organization" id="inviting-users-that-are-part-of-your-organization"></a>

{% hint style="success" %}
この機能は、すべてのユーザーの面倒のない自動オンボーディングとオフボーディングを可能にするため、推奨されます。
{% endhint %}

組織のGitプロバイダー（GitHub、GitLab、Bitbucket）に接続することで、Aikidoはスムーズなオンボーディングとオフボーディングのプロセスを実現します。この統合により、ユーザーのアクセス権と役割の管理が簡素化され、ユーザーがあなたのGit組織に参加したり離脱したりすると、Aikidoへのアクセス権が自動的に調整されます。

{% hint style="info" %}
**注。** GitHubでは、以下のメンバーが対象です。 **組織**。GitLabでは、以下のメンバーが対象です。 **グループ**。Bitbucketでは、以下のメンバーが対象です。 **ワークスペース**.
{% endhint %}

**Aikidoで以下のログイン方法を選択してください👇**

![](/files/c620933756279280fa2d18183a8e446ae4ea8ca1)

***

### オプション2。組織のGitアカウントへのアクセス権を持たないユーザーを招待する <a href="#inviting-users-that-do-not-have-access-to-an-organization-git-account" id="inviting-users-that-do-not-have-access-to-an-organization-git-account"></a>

{% hint style="info" %}
自動オフボーディングは **利用できません** このオプションでは。アクセス権を取り消す必要がある場合は、ユーザーを手動で管理し、無効化する必要があります。
{% endhint %}

これは、請求担当者、個人のGitHubアカウントを持つユーザー、フリーランサー、一時的なアクセスを必要とする監査担当者の追加に特に便利です。以下の記事で、AikidoにGitアカウントなしでユーザーを招待する方法の詳細をご覧ください。 [GitアカウントなしでAikidoにユーザーを招待する](/docs/docs-ja/hajimeni/automated-user-management/invite-users-to-aikido-without-a-git-account.md).

**Aikidoで以下のログイン方法を選択してください👇**

![](/files/904c921ccfd9b15d4790adbb6cf5cd2010ff193c)

***

### 認証と自動ユーザー管理に関する詳細情報 <a href="#more-info-on-authentication--automated-user-management" id="more-info-on-authentication--automated-user-management"></a>

* [GitHub連携](/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/github-integration-for-authentication-and-user-management.md)
* [GitLab Cloud連携](/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/gitlab-integration-for-authentication-and-user-management.md)
* [GitLab Self-Managed連携](/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/gitlab-self-managed-integration-for-authentication-and-user-management.md)
* [BitBucket Cloud連携](/docs/docs-ja/hajimeni/automated-user-management/automated-user-management/bitbucket-cloud-integration-for-authentication-and-user-management.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://help.aikido.dev/docs/docs-ja/hajimeni/automated-user-management/inviting-users-to-aikido.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.
