> 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/invite-users-to-aikido-without-a-git-account.md).

# Invite Users to Aikido Without a Git Account

Aikido provides flexible options for inviting users who do not have a GitHub/BitBucket/GitLab account or prefer using alternative login methods such as Google, Microsoft, or a personal GitHub/BitBucket/GitLab account.

## Use Cases <a href="#use-cases" id="use-cases"></a>

* **Billing Personnel**: Users responsible for billing who do not have a Git account.
* **Personal GitHub Account Users**: Users with a personal GitHub account not affiliated with the organization.
* **Freelancers**: Contractors needing partial or temporary access.
* **Auditors**: External auditors requiring temporary access.
* **BitBucket users with limited-access to repos:** Users that only have limited access to a certain repos in BitBucket.
* **Multiple Git systems:** when users need to be invited to multiple workspaces of different Git systems (combo Github and Gitlab).

## Steps to Invite Users <a href="#steps-to-invite-users" id="steps-to-invite-users"></a>

**Step 1**: Navigate to the [Users Section](https://app.aikido.dev/settings/users) in Settings. Click **'Add'** to open the user invite dialogue

**Step 2**: Enter one or multiple **email address**. The email needs to be a company email.

![](/files/SjB0md8sEk1IDg9lX9P7)

**Step 3.** Choose the **second Login Method** - Users can log in via GitHub/Bitbucket/GitLab, Google or Microsoft.

![](/files/dKCgz7wsEJLKeLTgzudN)

**Step 4.** Ensure that the invited user clicks the button in the email redirecting to Aikido and then using its email that was used during invite for Google/Microsoft.

### Important Notes <a href="#important-notes" id="important-notes"></a>

* **Manual Offboarding**: Users invited via these methods **will not** be automatically offboarded. It is important to manually remove users who no longer require access to the Aikido platform to maintain security and manage access appropriately.


---

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