User: { accountId: number; accountName: string; accountOwners: User[]; accountServiceIds: number[]; address: string; apiKey: string; city: string; code: string; country: string; createdByEmail: string; createdById: number; createTime: number; deleteTime: number; email: string; enabled: boolean; firstName: string; id: number; isAccountOwner: boolean; lastLaunchedTestTime: number; lastLoginTime: number; lastName: string; mfaQRCodeUrl: string; mfaStatus: MfaStatus; organization: string; phone: string; registrationIP: string; roles: Role[]; serviceIds: number[]; state: string; status: UserStatus; timeZone: string; userAccountName: string; vatId: string;} Type declaration
accountId: number
accountName: string
accountOwners: User[]
accountServiceIds: number[]
address: string
apiKey: string
city: string
code: string
country: string
createdByEmail: string
createdById: number
createTime: number
deleteTime: number
email: string
enabled: boolean
firstName: string
id: number
isAccountOwner: boolean
lastLaunchedTestTime: number
lastLoginTime: number
lastName: string
mfaQRCodeUrl: string
organization: string
phone: string
registrationIP: string
roles: Role[]
serviceIds: number[]
state: string
timeZone: string
userAccountName: string
vatId: string