UserRegistrationRequest
UserRegistrationRequest Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | CHAR(32) |
No description |
| first_name | String(100) (Optional) |
First name of the user |
| last_name | String(100) (Optional) |
Last name of the user |
String(100) |
No description | |
| normalized_email | String(100) |
No description |
| created_on | DateTime |
No description |
| expires_in | Integer |
No description |
| email_sent | Boolean |
No description |
| used | Boolean |
No description |