@ubstream/ubstream-node-client-sdk / Exports / IPublicUserForm
Interface: IPublicUserForm
Object representing information needed to create a new user.
Table of contents
Properties
Properties
acceptTermsAndConditions
• acceptTermsAndConditions: boolean
Terms and conditions need to be accepted.
• email: string
The email of the user.
firstName
• Optional
firstName: string
The firstName of the user.
isPasswordTemporary
• isPasswordTemporary: boolean
The user can choose to have his password temporary.
lastName
• Optional
lastName: string
The lastName of the user.
password
• password: string
The password of the user.
username
• username: string
The username of the user.