# Creating end user accounts

Viewing all registered users in a company is efficient and organized. The interface allows <mark style="color:green;">for paginated navigation and offers intuitive filters for activation status, access profile, and language</mark>. There is also a quick search functionality for the user's name. <mark style="color:green;">User management operations allow for easy activation, deactivation, deletion, password resetting, or profile editing</mark>.

<figure><img src="/files/eoU1j0iMay5Ud47WJDZo" alt=""><figcaption><p>Overview End Users</p></figcaption></figure>

To register a new user, it <mark style="color:green;">is mandatory to provide a first name, last name, and an email address.</mark> Additional information, such as phone number, preferred language, and avatar, can be added to enhance profile identification.

{% hint style="warning" %}
The email must be unique on the platform.
{% endhint %}

<figure><img src="/files/IBhe8HU7MJF3CISwSe2Z" alt=""><figcaption><p>Creating End User</p></figcaption></figure>

The concept of <mark style="color:green;">'roles' is crucial, defining the access levels and responsibilities of the user on the platform.</mark> After setting up the profile, the user will receive an email with the necessary details for the first access.

<figure><img src="/files/3i3WyCxlvYjJgQimdcAU" alt=""><figcaption><p>Selecting Role Profile for New User</p></figcaption></figure>

{% content-ref url="/pages/0mjABzcxr7BsAE7w5LHJ" %}
[First Access](/getting-started/first-access.md)
{% endcontent-ref %}

***


---

# 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.inopli.com/system-settings/managing-user-access/creating-end-user-accounts.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.
