Type alias HighSystemsRequestPostUser
HighSystemsRequestPostUser: HighSystemsRequest & { email: string; firstName?: string; isInstanceAdmin?: boolean; isInstanceLimitedAdmin?: boolean; lastName?: string; middleName?: string; password?: string; reset?: boolean; sendEmail?: boolean; twoFactorEnabled?: boolean; valid?: boolean; } Type declaration
email: string
Optional
firstName?: string
Optional
isInstanceAdmin?: boolean
Optional
isInstanceLimitedAdmin?: boolean
Optional
lastName?: string
Optional
middleName?: string
Optional
password?: string
Optional
reset?: boolean
Optional
sendEmail?: boolean
Optional
twoFactorEnabled?: boolean
Optional
valid?: boolean
If true, an email will be sent the user inviting them to the instance and/or application.