# Create Corporate Users (Single and Bulk)

As an account administrator, you can create corporate users in a verified and activated domain.

Before you start, make sure the domain is set up in [Adding and managing domains](/admin-panel/account-settings/how-to-add-and-manage-domains.md).

### Create a single corporate user

<figure><img src="/files/qccHq65nIYzp2CyBviFE" alt=""><figcaption></figcaption></figure>

1. Open the admin panel and navigate to the users tab.
2. Click the <img src="/files/U1uXHbOLLt0f6xLAcvFA" alt="" data-size="line"> button.
3. Fill in the required fields:
   * **First name**
   * **Last name**
   * email local part (before `@`)
   * domain part (after `@`)\
     — Optional: Enable personal mailbox creation for the user.
4. Click the <img src="/files/Yri3s3z72p5gzA06wN8n" alt="" data-size="line"> button.
5. After the user is created, the permissions page opens.
6. Configure permissions:
   * [Grant account permissions](/admin-panel/users-and-user-roles/how-to-grant-account-permissions.md)
   * [Grant mailbox permissions](/admin-panel/users-and-user-roles/how-to-grant-mailbox-permissions.md)
7. Click the <img src="/files/AT5NRnpswwA7kmSYflzd" alt="" data-size="line"> button in the page header to apply the permissions.

{% hint style="info" %}
After you create a user, the system emails them a password setup link. The link is valid for 72 hours (3 days).
{% endhint %}

### Bulk creation of corporate users

If you are an account administrator, you can create multiple corporate users at once for your verified and activated domain. To do so:

{% columns %}
{% column %}

1. Click the <img src="/files/qCbu9WOPhWISHgxpUfWy" alt="" data-size="line"> button in the header and select **Create users** option.
2. In the modal window, download the example file for bulk user creation.
3. Open the file in any program that supports .xlsx (like Microsoft Excel or Google Sheets).
4. Save your data in the same .xlsx format
5. Click the <img src="/files/qQfSetuzHt3h1r4e5Grv" alt="" data-size="line"> button and upload your file.
   {% endcolumn %}

{% column %}

<figure><img src="/files/q6PKIMnNL90P6Y3Qc1n6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Do not change the file extension, as the system only accepts .xlsx files.
{% endhint %}


---

# 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://support.docstudio.com/admin-panel/users-and-user-roles/create-corporate-users-single-and-bulk.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.
