# Users

This section of the Truedat administration module allows the creation and management of users and groups. Users can be created directly in this administration screen or through integration with an authentication service (active directory or similar). This section describes how users are manage directly in the application and does not cover the integrations with authentication systems.

![](/files/-MSXwhaaPeJjySWViN-e)

## **Users**

We can perform the following actions on the user screen:

### **User registration**

To register a user, the following information must be entered:

* **User**: will be the user that we will enter when logging in to the application.
* **E-mail:** email is used in some functionalities to send notifications.
* **Full name:** will be used in some screens where user information is shown.
* **Type**:&#x20;
  * **Administrator**: user with all privileges. Can perform all actions in the application
  * **User**: Normal user which permissions will be managed through the user roles.
  * **Service**: Used for users that need to access the API.
* **Groups**: groups to which the user belongs. In case of introducing a group that does not currently exist, the group will be registered automatically.
* **Password**: necessary to login to the application
* **Password Confirmation**

![](/files/-MSXws4dLk4uL-x7QNnB)

### **Edit user**

The following data of an existing user may be modified:

* User name
* Email
* Full name
* User type
* Groups to which it belongs

### **Details of a user**

By clicking on the user name, we will access the details of the user and we will be able to consult the user's data and in case of having an assigned role we will see in which domains it has it either by user assignment or membership of a group.

![](/files/-MSXxwdXsFCFOGOODbco)

### **Delete User**

Once a user is deleted from the application, they will not be able to log in again. User role assignments in domains will be deleted.

### Change Password

Administrators will be able to setup a new password for any user.

![](/files/-MSXyHo8hSynkePQSl8_)

### **Search**

A search engine is available to locate a specific user.

## **Groups**&#x20;

In this section, the registrations, deletions and modifications of User Groups are carried out.

![](/files/-MKFpH4qe1g89KPQJfo9)

### **New group or edit group**

We can create a new group or edit an existing one. In both cases the data to be entered / modified will be the same:

* Name
* Description
* Alias: if you add an alias, the alias will be displayed instead of the name, e.g. in forms, filters, etc. This may be useful if groups are created automatically when Truedat is integrated with the autentication system and you prefer to display a different name, possibly to be less technical.
* Users: select the users to be part of the group.

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

### **Delete group**

In case of deleting a group, it will additionally be deleted:

* Membership of said group of the corresponding users.
* The assignment of roles / permissions to the group in any of the domains.


---

# 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.truedat.io/v8.6/administration/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.
