# SignUpInitialValues

The type for the `initialValues` prop that is used to pre-populate the sign-up form.

## Properties

| Name          | Type                | Description                              |
| ------------- | ------------------- | ---------------------------------------- |
| emailAddress? | string | undefined | The user's email address.                |
| username?     | string | undefined | The user's username.                     |
| phoneNumber?  | string | undefined | The user's phone number in E.164 format. |
| firstName?    | string | undefined | The user's first name.                   |
| lastName?     | string | undefined | The user's last name.                    |

---

## Sitemap

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