> 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/getting-started/automated-user-management/inviting-users-to-aikido.md).

# Inviting Users to Aikido

Aikido offers two primary methods for inviting users to your workspace: inviting users who are part of your Github organization/ Gitlab group/ Bitbucket workspace and inviting users who do not have access to an organizational Git account.

![Login option menu: Only organizational GitHub login is currently selected.](/files/i19foOQEM8z74Guxt3PP)

### Option 1. Inviting Users That Are Part of Your Organization / Group <a href="#inviting-users-that-are-part-of-your-organization" id="inviting-users-that-are-part-of-your-organization"></a>

{% hint style="success" %}
This functionality is recommended as this allows for hassle-free automatic on- and offboarding of all your users.
{% endhint %}

By connecting to your organization’s Git provider (GitHub, GitLab, Bitbucket), Aikido ensures a streamlined on- and off-boarding process. This integration simplifies the management of user access and roles, ensuring that as users join or leave your Git organization, their access to Aikido is automatically adjusted.

{% hint style="info" %}
**Note.** For GitHub these are members part of the **organisation**. For Gitlab these are members of a **group**. For Bitbucket, these are members of a **workspace**.
{% endhint %}

**Choose the below login method in Aikido 👇**

![](/files/2kfaFeL2ayVan43DVv6H)

***

### Option 2. Inviting Users That Do Not Have Access to an Organization Git Account <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" %}
Automated off-boarding is **not available** for this option. You need to manually manage your users and deactivate them once access should be revoked.
{% endhint %}

This is especially useful for adding billing personnel, users with personal GitHub accounts, freelancers, and auditors requiring temporary access. Read the full article on how to [Invite Users to Aikido Without a Git Account](/getting-started/automated-user-management/invite-users-to-aikido-without-a-git-account.md).

**Choose the below login method in Aikido 👇**

![](/files/xTya0R7YzqFGDOirvvTW)

***

### More info on authentication & automated user management <a href="#more-info-on-authentication--automated-user-management" id="more-info-on-authentication--automated-user-management"></a>

* [GitHub Integration](/getting-started/automated-user-management/automated-user-management/github-integration-for-authentication-and-user-management.md)
* [GitLab Cloud Integration](/getting-started/automated-user-management/automated-user-management/gitlab-integration-for-authentication-and-user-management.md)
* [GitLab Self-Managed Integration](/getting-started/automated-user-management/automated-user-management/gitlab-self-managed-integration-for-authentication-and-user-management.md)
* [BitBucket Cloud Integration](/getting-started/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/getting-started/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.
