# PublicUserData

Information about the user that's publicly available.

Information about the user that's publicly available.

## Properties

| Property                             | Type                       | Description                                                                                                                                                                        |
| ------------------------------------ | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="banned"></a> `banned?`        | `boolean`                  | Indicates whether the user is banned.                                                                                                                                              |
| <a id="firstname"></a> `firstName`   | `null | string` | The user's first name.                                                                                                                                                             |
| <a id="hasimage"></a> `hasImage`     | `boolean`                  | Indicates whether the user has a profile picture.                                                                                                                                  |
| <a id="identifier"></a> `identifier` | `string`                   | The user's identifier, such as their email address or phone number. Can be used for user identification.                                                                           |
| <a id="imageurl"></a> `imageUrl`     | `string`                   | Holds the default avatar or user's uploaded profile image. Compatible with Clerk's [Image Optimization](https://clerk.com/docs/guides/development/image-optimization.md?sdk=expo). |
| <a id="lastname"></a> `lastName`     | `null | string` | The user's last name.                                                                                                                                                              |
| <a id="userid"></a> `userId?`        | `string`                   | The user's unique identifier.                                                                                                                                                      |
| <a id="username"></a> `username?`    | `string`                   | The user's username.                                                                                                                                                               |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
