Interface UserProfileResponseDTO

interface UserProfileResponseDTO {
    aboutMe: string;
    canEditPermissionsData: boolean;
    canEditProfileData: boolean;
    canEditSettingsData: boolean;
    canResetPassword: boolean;
    canUpdatePassword: boolean;
    city: string;
    company: EntityCompanySummaryListResponseDTO;
    country: string;
    email: string;
    familyName: string;
    givenName: string;
    handles: UserHandlesType;
    imageUrl: string;
    institution: string;
    nickname: string;
}

Hierarchy (view full)

Properties

aboutMe: string
canEditPermissionsData: boolean
canEditProfileData: boolean
canEditSettingsData: boolean
canResetPassword: boolean
canUpdatePassword: boolean
city: string
country: string
email: string
familyName: string
givenName: string
imageUrl: string
institution: string
nickname: string