> For the complete documentation index, see [llms.txt](https://docs.oobeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oobeya.io/administration/user-management-single-sign-on-auth-settings/bulk-user-import-in-oobeya-using-csv.md).

# Bulk User Import in Oobeya Using CSV

Oobeya allows you to create multiple users simultaneously by importing a CSV file. The CSV file should contain information about each user in a specific format.

### CSV File Format

An example CSV file should look like this:

<pre class="language-csv"><code class="lang-csv">name,surname,email,companyRole,username,userType
<strong>Mike,Miller,mike.miller@oobeya.io,TEAM_LEAD,mike.miller,DB
</strong>John,Doe,john.doe@oobeya.io,MANAGER,john.doe,DB
Grace,Hopper,grace.hopper@oobeya.io,DEVELOPER,grace.hopper,DB
</code></pre>

#### Explanation of Fields

* **name**: First name of the user
* **surname**: Last name of the user
* **email**: Email address of the user
* **companyRole**: Role of the user within the company. You can select the proper Oobeya Company Roles from the list below:

```
DEVELOPER,
QA_ENGINEER,
DEVOPS_ENGINEER,
BUSINESS_ANALYST,
PROJECT_MANAGER,
SCRUM_MASTER,
PRODUCT_OWNER,
PRODUCT_MANAGER,
TEAM_LEAD,
MANAGER,
DIRECTOR,
EXECUTIVE_BOARD_MEMBER,
TECH_LEAD
```

* **username**: Username for logging into Oobeya
* **userType**: The type of user account. Use "DB" for standard database-authenticated users.

***

### Importing the CSV File

1. Navigate to ***Administration Panel > Go To Admin Settings***.
2. Open ***Users & Groups***.
3. Click the **settings icon** and select **"Bulk Import From CSV"**.<br>

   <figure><img src="/files/1ixqoNjDaHF4rRWBVPzt" alt=""><figcaption><p>Bulk import</p></figcaption></figure>
4. Select your CSV file and click the '**Import**' button.

<figure><img src="/files/sfzvo0AQ7Pi5UT3Av1pZ" alt="" width="375"><figcaption><p>Import CSV file</p></figcaption></figure>

{% hint style="danger" %}
Please make sure that your CSV file does not include any syntax errors. Otherwise, you may view an error message.
{% endhint %}


---

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

```
GET https://docs.oobeya.io/administration/user-management-single-sign-on-auth-settings/bulk-user-import-in-oobeya-using-csv.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.
