export interface UserDto { email: string; status: string; userId: string; invitationCode: string; isActive: boolean; principalId: string; }