Home > @vsf-enterprise/sapcc > RegisterUserProps
RegisterUserProps interface
Properties for signing a new user up.
Signature:
export interface RegisterUserProps
Properties
| Property | Type | Description |
|---|---|---|
| firstName | string | First name of the user. |
| lastName | string | Last name of the user. |
| password | string | User password. Has to contain at least one number, uppercase character and a special character. |
| titleCode? | string | (Optional) User title. |
| uid | string | A unique identifier requied to create a new user. It can be email. |