Firstname | The firstname of the user you wish to create. | STRING | false | null |
Lastname | The lastname of the user you wish to create. | STRING | false | null |
Email | The email of the user you wish to create. | EMAIL | true | null |
Email verification | Whether this user needs email verification | BOOLEAN | true | true |
Trigger email validation | Whether the creation of this user should trigger email validation immediatly or wait until the user tries to login | BOOLEAN | true | true |
OTP | Whether this user needs to activate OTP authentication (Multifactor) | BOOLEAN | true | true |
Password | The password of the user you wish to create. | PASSWORD | false | null |