# UserResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email_verification_id** | Option<**String**> | | [optional] **email_verification_one_time_code** | Option<**String**> | | [optional] **registration_verification_ids** | Option<**std::collections::HashMap**> | | [optional] **registration_verification_one_time_codes** | Option<**std::collections::HashMap**> | | [optional] **token** | Option<**String**> | | [optional] **token_expiration_instant** | Option<**i64**> | The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. | [optional] **user** | Option<[**models::User**](User.md)> | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)