Alokai

UserSignUpProps

Properties for creating a new user.

interface UserSignUpProps extends BaseProps {
	firstName: string;
	lastName: string;
	password: string;
	titleCode?: string;
	uid: string;
}

Properties

NameRequiredTypeDescription
firstNameRequiredstringFirst name of the user. {string} UserSignUp
lastNameRequiredstringLast name of the user. {string} UserSignUp
passwordRequiredstringUser password. {string} UserSignUp
titleCodeOptionalstringUser title, one of the those defined in SAP (e.g. mr). {string} UserSignUp
uidRequiredstringUnique identifier of a user (e.g. an email address). {string} UserSignUp

Referenced Types

On this page