> 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 ログインのみが選択されています。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-ee749b60b7f4c45822fe2f189a6380a3572f9f19%2Fucarecdn-dc9e92e7-5586-4876-80de-6d3564125852.png?alt=media)

### オプション 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 で以下のログイン方法を選択してください 👇**

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-db345a62c52d75dc3a18fb0fd601a14f674075a1%2Fucarecdn-200a3413-312d-4613-a3fc-1286345ef84b.png?alt=media)

***

### オプション 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 で以下のログイン方法を選択してください 👇**

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-cb8e3fdf92fefefc67834fb53ab3bf39ed9fa905%2Fucarecdn-4aa29acf-2342-428f-940d-67b1b580c116.png?alt=media)

***

### 認証と自動ユーザー管理の詳細 <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.
