# Type Alias: UserAttributeValue

> **UserAttributeValue** = `object`

Defined in: [types.ts:818](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L818)

A single user attribute defined by the organization, together with the authenticated member's current value (`null` when the member has not set it).

## Properties[​](#properties "Direct link to Properties")

| Property          | Type                  | Defined in                                                                                                                                                         |
| ----------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| []()`description` | `string` \| `null`    | [types.ts:821](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L821) |
| []()`name`        | `string`              | [types.ts:820](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L820) |
| []()`options`     | `string`\[] \| `null` | [types.ts:823](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L823) |
| []()`slug`        | `string`              | [types.ts:819](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L819) |
| []()`type`        | `string`              | [types.ts:822](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L822) |
| []()`value`       | `unknown`             | [types.ts:824](https://github.com/alleyinteractive/allegro/blob/ab43a88e84493c9387ce6f021ec4452f97487adc/packages/allegro-platform/resources/js/sdk/types.ts#L824) |
