# Dropbox::Sign::AccountCreateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `email_address`*_required_ | ```String``` | The email address which will be associated with the new Account. | | | `client_id` | ```String``` | Used when creating a new account with OAuth authorization.

See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | | | `client_secret` | ```String``` | Used when creating a new account with OAuth authorization.

See [OAuth 2.0 Authorization](https://app.hellosign.com/api/oauthWalkthrough#OAuthAuthorization) | | | `locale` | ```String``` | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | |