> 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 つあります。GitHub の organization / GitLab の group / Bitbucket の workspace のメンバーを招待する方法と、組織の 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 アカウントを持つユーザー、フリーランス、一時的なアクセスを必要とする監査担当者を追加する場合に特に便利です。方法の詳細はこの記事をお読みください [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.
