# 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: 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:

```
GET https://help.aikido.dev/getting-started/automated-user-management/invite-users-to-aikido-without-a-git-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
