propelauth 0.23.4

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
# MigrateUserRequest

## Properties

| Name                                   | Type                               | Description | Notes      |
| -------------------------------------- | ---------------------------------- | ----------- | ---------- |
| **email**                              | **String**                         |             |
| **email_confirmed**                    | **bool**                           |             |
| **existing_user_id**                   | Option<**String**>                 |             | [optional] |
| **existing_password_hash**             | Option<**String**>                 |             | [optional] |
| **existing_mfa_base32_encoded_secret** | Option<**String**>                 |             | [optional] |
| **enabled**                            | Option<**bool**>                   |             | [optional] |
| **username**                           | Option<**String**>                 |             | [optional] |
| **first_name**                         | Option<**String**>                 |             | [optional] |
| **last_name**                          | Option<**String**>                 |             | [optional] |
| **properties**                         | Option<**HashMap<String, Value>**> |             | [optional] |
| **update_password_required**           | Option<**bool**>                   |             | [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)