---
title: "Removing Personally Identifiable Information (PII)"
slug: "removing-personally-identifiable-information-pii"
updated: 2025-12-11T19:38:12Z
published: 2025-12-11T19:38:12Z
canonical: "support.smarteru.com/removing-personally-identifiable-information-pii"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.smarteru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing Personally Identifiable Information (PII)

Data privacy is a growing priority for organizations everywhere. If you receive a "Right to be Forgotten" request from a learner, you’ll want to know what that actually means and how to handle it in SmarterU without losing valuable training data.

## What is a "Right to be Forgotten" Request?

A "Right to be Forgotten" request is part of data privacy regulations like the [GDPR](https://gdpr-info.eu/) that gives individuals the right to ask an organization to delete their personal data.

This data is often referred to as Personally Identifiable Information (PII). PII includes any information that can be used to identify a specific person, such as:

- Full names
- Email addresses
- Employee IDs
- Phone numbers or home addresses

## Why Anonymize Instead of Delete?

Deleting a user from a Learning Management System like SmarterU causes problems. If you delete a user completely, you lose the history of what that person learned. Your reporting (e.g., How many learners completed Compliance Training 101?) would become inaccurate.

## Making a User Profile Anonymous in SmarterU

The following steps make a user anonymous by removing their PII. This satisfies their request while keeping their training history intact; their records (e.g., course enrollments, course completions, quiz scores) remain in SmarterU, but are no longer associated with a specific person.

To make a user profile anonymous in SmarterU:

1. If your organization uses [actions](/v1/docs/actions) in learning plans and these actions have file attachments, [remove attachments containing PII from the user’s actions](/v1/docs/removing-personally-identifiable-information-pii#removing-identifiable-attachments-from-actions).
2. [Deactivate the user’s profile](/v1/docs/inactivating-a-user) by setting the **Status** to *Inactive*.

![Status Inactive - Labeled 20251208.png](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/Status%20Inactive%20-%20Labeled%2020251208.png)

1. Click **Save**. Now that the user profile’s setting is *Inactive*, the user will not be able to log in.
2. [Edit the user’s profile](/v1/docs/editing-a-user-manually).
3. From the [**Login Information** accordion](/v1/docs/user-login-information), edit the following settings:

| Setting | Instructions |
| --- | --- |
| **Given Name** | Replace the name with *Anon.* |
| **Surname** | Replace the name with *User*. |
| **Primary Email** | Replace the email with a random, non-functioning email address (e.g,. 12345 @organization.com). |
| **Employee ID** | Clear the field so that it’s blank. |
| **Alternate Email** | If your organization specifies an alternate email, clear the field so that it’s blank. |
| **Photo** | If your organization uploads a user photo, upload a generic image file that’s 150px x 150px. |

![User Profile - Login Info - PII Removed 20251208.png](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/User%20Profile%20-%20Login%20Info%20-%20PII%20Removed%2020251208.png)

1. From the [**Profile Information** accordion](/v1/docs/user-profile-information):
  1. Clear any settings that contain PII.
  2. Clear the **Supervisor** setting by clicking ![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/Refresh%2020210806.png).

![User Profile - Profile Info - PII Removed 20251208.png](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/User%20Profile%20-%20Profile%20Info%20-%20PII%20Removed%2020251208.png)

1. From the [**Contact Information** accordion](/v1/docs/user-contact-information), clear any settings that contain PII.
2. From the [**Custom Fields** accordion](/v1/docs/user-custom-fields), clear any settings that contain PII.
3. Click **Save**.

> [!NOTE]
> Note on Linked Profiles: If a user has a [profile in multiple SmarterU accounts](/v1/docs/troubleshooting-user-accounts#cant-edit-users-email-address-password-or-name) using the same email address, you may be restricted from editing their name or email. If you encounter this, please contact our [Success Desk](mailto: success@neovation.com).

After saving the updated user profile, the user's PII is permanently overwritten and no longer accessible in SmarterU. However, SmarterU will still show that an anonymous user completed their assigned training, ensuring your reports remain accurate.

## Removing Attachments with PII from Actions

If your organization uses [actions](/v1/docs/actions) in learning plans and these actions have file attachments, you’ll need to remove any attachments containing PII from all actions, regardless of their status. To do this:

1. From the [Action Approval workscreen](/v1/docs/action-approval-workscreen), filter the grid to show actions associated with the user.

> [!NOTE]
> Because you’ll need to remove attachments with PII from all actions associated with the user, be sure that the **Status** filter is set to *All*.
> 
> ![Action Approval - Status All - Labeled 20251210.png](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/Action%20Approval%20-%20Status%20All%20-%20Labeled%2020251210.png)

1. Click the ![Attachment Icon 20251210.png](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/Attachment%20Icon%2020251210.png) in the Attachment column of the grid.
2. From the Confirm Action window, click the ![](https://cdn.document360.io/7efaadab-fef6-4186-806a-2ca14c9ce9ea/Images/Documentation/X%2020210806.png) beside each attachment you want to delete.

> [!NOTE]
> This will permanently delete the file from SmarterU. The history of the learning plan, including the action’s status and history, will be preserved after you complete the [remaining steps to make the user’s profile anonymous](/v1/docs/removing-personally-identifiable-information-pii#making-a-user-profile-anonymous-in-smarteru).

1. Click **Save**.

## Related

- [Editing a User Manually](/editing-a-user-manually.md)
- [Inactivating a User](/inactivating-a-user.md)
