# How to create users?

In the[ **How to create user lists?**](/user-management/managing-users/user-lists/how-to-create-user-lists.md) section, we learnt how to create a user list where we created a user list called **EMPLOYEE**. Let’s create a user named **John Smith** in the **EMPLOYEE** user list with the following details:

* Email address: <john@gmail.com>
* Phone Number: 9876543210
* Designation: Manager
* Role: Department Head

Let’s add in a condition that the user must be deactivated after 26/08/2021. Let’s begin.

To create a user,

1\.    From the **Studio** dropdown list in the menu bar, click **Manage users**. The **User Lists** screen is displayed.

<figure><img src="/files/NPlVnMc1vGWhxnfso5hO" alt=""><figcaption><p><em>Selected user list</em></p></figcaption></figure>

2\.    From **User Lists**, select the user list name to which you want to add the user.

3\.    On the top right of the screen, click **Add New User**.

<figure><img src="/files/TlNacBkTQ4fHEFOGskLX" alt=""><figcaption><p><em>Add new user</em></p></figcaption></figure>

The new user details screen is displayed.

![](/files/-MgPfqBHB8eVzJQlfZJo)

4\.    Under **General Details**, enter/select the following details for the user:

| **Field**        | **Description**                                 | **Value to enter/select** |
| ---------------- | ----------------------------------------------- | ------------------------- |
| Name\*           | The name of the user                            | John Smith                |
| Email\*          | The email address of the user                   | <john@gmail.com>          |
| Phone Number\*   | The phone number of the user                    | 9876543210                |
| Designation      | The official designation title of the user      | Manager                   |
| Roles            | The roles to be assigned to the user            | Department Head           |
| Auto Expiry Date | The date on which the user is to be deactivated | 26/08/2021                |

{% hint style="info" %}
The six parameters mentioned above are the default parameters. To add any other field, refer [<mark style="color:purple;">How to add custom user list parameters.</mark>](/user-management/managing-users/user-lists/how-to-add-custom-user-list-parameters.md)

The **name**, **phone number** and **email address** of the user are sufficient to create the user. We can come back and enter the values for the remaining parameters and assign more roles to the user at a later point. Refer [***Assigning custom roles to users***](/user-management/managing-user-roles/assigning-custom-roles-to-users.md).
{% endhint %}

5\.    To add groups to the user profile, under **Group Details**, click **Add Groups** and select the values for the following fields:

| **Field**  | **Description**                                                                                                                                                        |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Group Name | The name of the group in which the user should belong                                                                                                                  |
| Group Role | <p>The role to be assigned to the user within a group</p><p>For more details, see <a href="/pages/-McwIgaz2HphxFkuoIsO"><em><strong>Terminology</strong></em></a>.</p> |

![](/files/-MgPhJNmQVb9OBrr6aHU)

![](/files/-MgPhP6SmLd7TdreXCB3)

{% hint style="info" %}
**Note**: You can add multiple groups for a single user. To do so, under **Group Details**, click **Add Another Group** and add the group details as described above.
{% endhint %}

6\.    At the bottom right of the screen, click **Create User**.

![](/files/-MgPk670ziwFT8ShTTvW)

The confirmation box is displayed.

7\.    In the confirmation dialog box, click **Create**.\
&#x20;The user **John Smith** is created.


---

# 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://docs.senpiper.com/user-management/managing-users/user-lists/how-to-create-users.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.
