Name | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
|
FirstName | string |
Required Matching regular expression pattern: ^[a-zA-Z]*$ |
|
LastName | string |
Required Matching regular expression pattern: ^[a-zA-Z]*$ |
|
Password | string |
Data type: Password Matching regular expression pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^\da-zA-Z]).{8,32}$ |