| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | The id of the user | [optional] |
| Option<String> | The email of the user | [optional] | |
| email_confirmed | Option<bool> | True if the email has been confirmed by the user | [optional] |
| requires_email_confirmation | Option<bool> | True if the email requires email confirmation to log in | [optional] |
| created | Option<f32> | The creation date of the user as a unix timestamp. Null if created before v1.0.5.6 | [optional] |
| roles | Option<Vec> | The roles of the user | [optional] |