# Register Entra Users

Each Entra user which needs access to the administration must be registered as well as an  ngSurvey user. This must be done either manually as show below or automatically if you have enabled the [Automatic access to survey](/installation-setup/system-settings/azure-active-directory-settings.md) in your installation.

Once registered you can setup the users as you would normally do with any ngSurvey user, you can add it to a group or assign specific roles and rights to it.

You can distinguish Entra linked users from other users using the Entra icon next to the username.

![](/files/-MWrv41cN5elvv0Jzwnq)

## ➕ Register a new Entra user

To register an new Entra user you may click on the Add Entra user in the [user management ](/multi-user-management/users.md)screen.&#x20;

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

If you're not logged into Azure it will prompt you to log into your Azure account.&#x20;

{% hint style="warning" %}
the Azure account used to add the users must have User.Read and User.ReadAll access right or Directory readers role to be able to search for the user in your Entra Directory.
{% endhint %}

![Role required to query the Entra Directory user list.](/files/-MWrwBHSJATfLxhIJ2QN)

Once you have logged in using your Azure account you will be able to search your Entra for users using their user principal names. Once found you can add the selected account add register it in ngSurvey. As soon as the account is registered it will have access to the ngSurvey administration section based on the ngSurvey roles that you will assign to it.&#x20;

{% hint style="info" %}
Don't forget also to assign proper [roles](/multi-user-management/roles.md) to this registered account as by default the account will have no rights.
{% 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://docs.ngsurvey.com/installation-setup/installation/azure-active-directory/untitled.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.
