Interface UserSystemSummaryListResponseDTO

interface UserSystemSummaryListResponseDTO {
    canResetPassword: boolean;
    city: string;
    company: EntityCompanySystemSummaryListResponseDTO;
    contestRole: ContestRole;
    country: string;
    courseRole: CourseRole;
    creationTimestamp: number;
    email: string;
    familyName: string;
    fileRole: FileRole;
    givenName: string;
    id: string;
    imageUrl: string;
    institution: string;
    nickname: string;
    owner: EntityOwnerSystemSummaryListResponseDTO;
    problemRole: ProblemRole;
    status: UserStatus;
    systemRole: SystemRole;
    teamRole: TeamRole;
    updateTimestamp: number;
    userRole: UserRole;
}

Hierarchy (view full)

Properties

canResetPassword: boolean
city: string
contestRole: ContestRole
country: string
courseRole: CourseRole
creationTimestamp: number
email: string
familyName: string
fileRole: FileRole
givenName: string
id: string
imageUrl: string
institution: string
nickname: string
problemRole: ProblemRole
status: UserStatus
systemRole: SystemRole
teamRole: TeamRole
updateTimestamp: number
userRole: UserRole