# Enduser

LLMS index: [llms.txt](/llms.txt)

---

- [End User Attributes](#end-user-attributes)
- [Deprecated End User Attributes](#deprecated-end-user-attributes)

## End User Attributes

Describes the end user.

**Attributes:**

| Key | Stability | Value Type | Description | Example Values |
| --- | --- | --- | --- | --- |
| <a id="enduser-id" href="#enduser-id">`enduser.id`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Unique identifier of an end user in the system. It maybe a username, email address, or other identifier. [1] | `username` |
| <a id="enduser-pseudo-id" href="#enduser-pseudo-id">`enduser.pseudo.id`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Pseudonymous identifier of an end user. This identifier should be a random value that is not directly linked or associated with the end user's actual identity. [2] | `QdH5CAWJgqVT4rOr0qtumf` |

**[1] `enduser.id`:** Unique identifier of an end user in the system.

> [!Warning]
> This field contains sensitive (PII) information.

**[2] `enduser.pseudo.id`:** Pseudonymous identifier of an end user.

> [!Warning]
> This field contains sensitive (linkable PII) information.

## Deprecated End User Attributes

Describes deprecated enduser attributes.

**Attributes:**

| Key | Stability | Value Type | Description | Example Values |
| --- | --- | --- | --- | --- |
| <a id="enduser-role" href="#enduser-role">`enduser.role`</a> | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Use `user.roles` instead. | string | Deprecated, use `user.roles` instead. | `admin` |
| <a id="enduser-scope" href="#enduser-scope">`enduser.scope`</a> | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Removed, no replacement at this time. | string | Deprecated, no replacement at this time. | `read:message, write:files` |
