> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/documentation/protect/users-and-devices/protect-users.md).

# PROTECT Users

The **PROTECT Users** section allows you to view and manage users on devices that have PROTECT installed. You can see each user’s login activity, Security Groups, assigned policy, device, account status, and log collection status.

Use the **Search** and **Filter** options to locate specific users.

From here, you can perform the following actions:

1. [Update Settings Version](#update-settings-version)
2. [Assign User Policies to Users](#assign-user-policies-to-users)
3. [Assign Security Groups to Users](#assign-security-groups-to-users)
4. [Encrypt Files](#encrypt-files)
5. [Decrypt Files](#decrypt-files)

### Update Settings Version

The **Update Settings Version** button prompts PROTECT agents to automatically pull the newest configuration from the server and push the latest settings to all connected devices. This is useful when you have made changes to policies or settings and want them to take effect immediately on client devices, without waiting for the next automatic update.

### Assign User Policies to Users

1. Navigate to **END USERS > PROTECT**.
2. Search for the user and click **Assign Policies**.

   <figure><img src="https://2233655803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi6thNYq9Il6WA2mTbj6X%2Fuploads%2FHTPlgQfocDL9mFW8j25Y%2Fimage.png?alt=media&amp;token=49675453-45f0-49af-b043-910075c182af" alt=""><figcaption></figcaption></figure>
3. Select the policy you want to assign and click **Confirm**. If the user already has an assigned policy, it is removed and replaced with the new policy.

### Assign Security Groups to Users

1. Navigate to **END USERS > PROTECT**.

{% hint style="info" %}
External users appear on the list only after they have accepted the invitation and installed GuardWare PROTECT. For details on how to invite external users, see [Invite External Users](/documentation/protect/users-and-devices/invite-external-users.md).
{% endhint %}

2. Search for the user and click **Assign Security Group** in the **Actions** column. You’ll see the list of all Security Groups.

   <figure><img src="https://2233655803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi6thNYq9Il6WA2mTbj6X%2Fuploads%2FTAVTGHpO33NQGFWe8Qep%2Fimage.png?alt=media&amp;token=f221f8fa-4844-4abc-ac27-38f8047e1bb5" alt=""><figcaption></figcaption></figure>
3. Select the Security Group and click **Assign Security Group**.

### Encrypt Files

**Encrypt Files** applies protection to all files on the device. Files are encrypted according to the assigned user policy.

1. Navigate to **END USERS > PROTECT**.
2. Search for the user and click **Encrypt Files** in the **Actions** column.

   <figure><img src="https://2233655803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi6thNYq9Il6WA2mTbj6X%2Fuploads%2FJuDcMY399JaYfW3FWGZb%2Fimage.png?alt=media&amp;token=6d620d6b-082c-4904-9d36-19bdbb6be85a" alt=""><figcaption></figcaption></figure>
3. Click **Yes** in the confirmation alert.

### Decrypt Files

**Decrypt Files** removes protection from all protected files on the device. This step is especially required before uninstalling PROTECT from a device. Uninstalling PROTECT without first removing protection from your protected files will make them inaccessible afterwards.

1. Navigate to **END USERS > PROTECT**.
2. Search for the user and click **Decrypt Files** in the **Actions** column.

   <figure><img src="https://2233655803-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi6thNYq9Il6WA2mTbj6X%2Fuploads%2FSoxhitcPd4ZMTsew9Y72%2Fimage.png?alt=media&amp;token=72f66abc-4048-49e8-8678-68499508a069" alt=""><figcaption></figcaption></figure>
3. Click **Yes** in the confirmation alert.


---

# 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.guardware.com/documentation/protect/users-and-devices/protect-users.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.
