> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/installation-setup/installation/azure-active-directory/untitled.md).

# 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
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.ngsurvey.com/installation-setup/installation/azure-active-directory/untitled.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.
