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