Files
VRChatBackendDocs/Models/RegisterUserAccountRequest.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

18 lines
995 B
Markdown

# RegisterUserAccountRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **acceptedTOSVersion** | **Integer** | The most recent version of the TOS | [default to null] |
| **captchaCode** | **String** | Captcha code | [default to null] |
| **day** | **String** | Birth day of month | [default to null] |
| **email** | **String** | Email address | [default to null] |
| **month** | **String** | Birth month of year | [default to null] |
| **password** | **String** | Password | [default to null] |
| **subscribe** | **Boolean** | Whether to recieve promotional emails | [default to null] |
| **username** | **String** | Display Name / Username (Username is a sanitized version) | [default to null] |
| **year** | **String** | Birth year | [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)