# Create Internal Groups

When Data Mover is installed, two groups are created by default: **Users** and **Administrators**.

To create a new Group, click **Setup** → **Users & Groups** → **Internal Groups** → **New Group**.

In the dialog window that appears, fill in the fields in the two tabs:

1. **Group Details**: users that will belong to the group.
2. **Permissions**: **Read** and/or **Write** permissions granted to the users of the group.

{% hint style="info" %}
Users inherit the permissions of their Group only if:\
\- Users do not have permissions configured\
or\
\- The “Show inherited permissions by groups” option is enabled
{% endhint %}

| Field          | Description                                                                                                                                                                                                                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **GROUP NAME** | Insert the name you want to assign to the Group.                                                                                                                                                                                                                                                                          |
| **USERS**      | Type the name of the user you want to assign to the Group (digit at least 3 characters, note that the field is case-sensitive). All users matching the entered characters will be listed. Double click the username of the User you want to add to the Group. To remove the user, click the icon next to the user’s name. |

### Set Group Permissions

**Group Permissions** are the same as those described in [Creating Internal Users](broken://pages/SO20a3S2q8Ns1kiVDGQZ).\
Once you have created the Group and configured its permissions, press **Create**.

Remember that only **Administrators** can set and change **permissions** granted to users and groups.

### Edit Group Attributes

To Edit the attributes of a Group, click the <img src="https://files.readme.io/14641a0-pencil_icon.png" alt="" data-size="line"> icon on the right of the screen. The same mask with Group Details and Permissions entered for the Group will be loaded and you will be able to modify attributes as needed. Click Save to confirm your changes. To Delete a Group, click the ![](https://files.readme.io/13c3bc1-three_dots_icon.png) icon on the right of the screen and select the Delete option. A confirmation message will appear, click the Delete button to proceed.

### Import Groups

To **import a Group**, go to **Setup** → **Users & Groups** → **Internal Groups** → **BIND GROUP**.\
In the drop-down list, select the Group you want to import. When done, choose the **IMPORT** button to confirm.

When you import a group, a **registered user within the group** will be imported too.

{% hint style="info" %}
A maximum of 10 Internal Users will be listed. If the Internal User you are looking for is not included in the list, enter the name of the User and run the search again.
{% 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.primeur.com/data-mover-1.21/security/users-and-groups/create-internal-groups.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.
