Type alias HighSystemsRequestPutUser
HighSystemsRequestPutUser: HighSystemsRequest & { email: string; firstName: string; isInstanceAdmin: boolean; isInstanceLimitedAdmin: boolean; lastName: string; middleName: string; password: string; reset: boolean; twoFactorEnabled: boolean; userid: any; valid: boolean; } Type declaration
email: string
firstName: string
isInstanceAdmin: boolean
isInstanceLimitedAdmin: boolean
lastName: string
middleName: string
password: string
reset: boolean
twoFactorEnabled: boolean
userid: any
valid: boolean
The User ID of the user you wish to update.