# Sensitive data

In this article, you will get an overview of how you can grant and/or deny your users access to sensitive data as well as how to mark data as sensitive.

## Grant or deny access to sensitive data

Every new Umbraco installation ships with a default set of User Groups. One of them is the **Sensitive data User Group**. To give users in the backoffice access to view and work with sensitive data, they need to be part of the Sensitive Data User Group.

Any users who are not part of the Sensitive Data User Group, will not be able to see the data in the properties that are marked as sensitive. Instead, they will see a generic message: "*This value is hidden. If you need access to view this value please contact your website administrator.*"

![Sensitive data hidden](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-b0264767ced408b5c8e7b38ca889a877d40d0382%2Fsensitive-data-hidden-v8.png?alt=media)

While not part of the Sensitive Data User Group it is also not possible to export members or member data.

Follow these steps in order to grant a user access to sensitive data:

1. Navigate to the **Users** section in the Umbraco backoffice.
2. Ensure that **Users** are selected from the Users tree.
3. Select the **Groups** menu in the top-right corner.
4. Choose the **Sensitive data** group.

![Sensitive data user group](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-392cf74e23aad8fd6a2f78fab364aaa9f80bb05e%2Fsensitive-data-user-group-v8.png?alt=media)

5. Click **Add** in the **Users** box on the right.
6. Select the users you want to give access to the sensitive data.
7. Click **Submit**.
8. **Save** the User Group.

The users you have added to the Sensitive Data User Group will now be able to:

* See member data that has been marked as sensitive,
* Mark data and properties on Member Types as sensitive, and
* Export members and member data.

## Marking data as sensitive

Once your user is added to the Sensitive Data User Group, you have access to add and configure member properties containing sensitive data.

Follow the steps below to mark data as sensitive.

1. Navigate to the **Settings** section in the Umbraco backoffice.
2. Open the **Member Types** in the **Settings** tree.
3. Select the Member Type you wish to edit.
4. **Add** a property or configure an existing property.
5. Locate the **Is sensitive data** option at the bottom of the **Property settings** dialog.
6. Click to enable.
7. Click **Submit** to update the property configuration.
8. Click **Save** to save the changes on the Member Type.

When the **Is sensitive data** option is enabled, the value and data in the property will only be visible to the users with access to sensitive data.

![Update member type](https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-8ffd02dbaf59f2445b5a23d6dfda8d534c1aa8a4%2Fupdate-member-type-v8.png?alt=media)
