CreateUserDto: { companyId: string; firstName: string; lastName: string; email: string; password?: string; phone?: string; type: UserType; role: UserRole; isEjectedUser: boolean; locationIds: string[]; permissions?: UserPermissions; scopes?: UserScope; scopesAssignedToOnly?: UserScope; profilePhoto?: string;} Type declaration
companyId: string
firstName: string
lastName: string
email: string
Optional
password?: string
Optional
phone?: string
isEjectedUser: boolean
locationIds: string[]
Optional
scopesAssignedToOnly?: UserScope
Optional
profilePhoto?: string