> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cms/run-in-production/security/sensitive-data-on-members.md).

# 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](/files/yRyxi98SwQytSTmatMae)

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](/files/rdT7ug153pBOr46TQi54)

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](/files/0AmlqV0cdomIvmGi35F1)


---

# 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.umbraco.com/umbraco-cms/run-in-production/security/sensitive-data-on-members.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.
