> For the complete documentation index, see [llms.txt](https://docs.ezra360.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezra360.com/security-and-roles/create-new-users.md).

# Create New Users

This is a guide on how to add a new user on Ezra360. This list includes both internal employees and external customers or vendors. Users can be added manually or imported. Ensure all users have the appropriate licenses for compliant use.

### Purchase a License

For details on purchasing and licensing , refer to the Ezra360 Licensing Guide here <https://ezra360.com/contact/>&#x20;

### Grant Access to a User

System Administrators are eligible to assign access to users in the <mark style="color:blue;">**Security**</mark> Module\
External users need to be added in your tenant directory to be assigned roles. These users should be added as new users and then given the appropriate roles. For a specific applications, it is necessary that the guest user's company also uses the organization's mail. A user can belong to a specific Business Unit, Team, and have a specific role. Look at&#x20;

{% hint style="info" %}
You can assign multiple security roles to each team. When a team is given a role, all its members receive the privileges linked to that role as long as they are part of the team.
{% endhint %}

### Manually add a new user

For users with existing tenant. To add a new user, Look at the following example on the provided screen.

1. Navigate to the Security Module as shown in <mark style="color:orange;">**No.1**</mark>
2. Click on <mark style="color:orange;">**2**</mark> on the **Users** Entity/Sub-Module. You will see a list of all existing users.
3. Click on <mark style="color:orange;">**3**</mark> to add a new user, this will then open a new form to add a new user details.

<figure><img src="/files/3DTpKcJvd9KeQjV3Hg8g" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

Fill the User Details Form. After clicking the **New** Button, the following form will be displayed to fill user details. On the form in <mark style="color:orange;">**1.**</mark>

{% hint style="info" %}
All fields marked with red asterisks (<mark style="color:red;">**\***</mark>) are required. Your form will not be submitted when these fields are not filled.
{% endhint %}

1. **Name**<mark style="color:red;">**\***</mark> : This is the full name of the user.
2. **User Name**<mark style="color:red;">**\***</mark> : This is the organization user email. Enter the user's full email.
3. **Business Unit**: This is a lookup field that returns all Business unit your organization have. Select one of them.
4. **Email**: This is the email field, enter the user's full Email/User Principle Name.
5. **Mobile Phone**: Enter user's mobile number.
6. **Department**: The organization has to setup its own departments. Select the department you are in.
7. **Currency**: The currency your organization uses.
8. **Customizer**

When your form is filled, click the save button on <mark style="color:orange;">**2,**</mark> to save and create a new user.

<figure><img src="/files/osTtJTO1o0VqNh9cz7Qf" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

### Adding a New Team

A team consists of users who work together and share business records. Each user can be a part of several teams. Look at the following on how to add a new team.

1. Navigate to the **Security** Module.
2. Click the **Users** Entity/Sub-Module.
3. Click the **New** Button here

<figure><img src="/files/B65fLh8lWn2gBfLZpaah" alt=""><figcaption><p><mark style="color:red;">Click image to view full screen</mark></p></figcaption></figure>

The following form will be display for creating a new team.


---

# 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://docs.ezra360.com/security-and-roles/create-new-users.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.
