vrchatapi 1.20.1

VRChat API Client for Rust
Documentation
# RegisterUserAccountRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **String** | Display Name / Username (Username is a sanitized version) | 
**password** | **String** | Password | 
**email** | **String** | Email address | 
**year** | **String** | Birth year | 
**month** | **String** | Birth month of year | 
**day** | **String** | Birth day of month | 
**captcha_code** | **String** | Captcha code | 
**subscribe** | **bool** | Whether to recieve promotional emails | 
**accepted_tos_version** | **i32** | The most recent version of the TOS | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)