Unilim
    Preparing search index...

    Interface Profile

    interface Profile {
        avatar: string;
        bio: string;
        contact: {
            assignment: {
                additionalDetails: string;
                address: string;
                city: string;
                department: string;
                zip: string;
            }[];
            fax: null
            | string;
            internalTel: null | string;
            mail: string;
            mobilePro: string;
            otherTel: string;
            tel: null | string;
            unilimXivoSync: boolean;
            web: null | string;
        };
        firstname: string;
        gender: string;
        ine: string;
        interests: { id: number }[];
        lastname: string;
        matricule: null;
        mfa: boolean;
        options: {
            cguCam: boolean;
            cguNet: boolean;
            cguPc: boolean;
            imageRights: boolean;
            localMailCopy: boolean;
            mailingLists: {
                newsletterFondation: boolean;
                newsletterUniversity: boolean;
            };
            private: boolean;
            redirectEmail: string;
            teamlim: boolean;
            unilimValidationCGU: string;
            unlistedPhoneNumber: boolean;
        };
        personalInformations: {
            emergencyTel: null
            | string;
            iban: null | string;
            mail: string;
            postalAddress: {
                address: string;
                city: string;
                country: string;
                zip: string;
            };
            tel: string;
        };
        ppn: string;
        signature: null;
        socialNetwork: { icon: unknown; refId: { id: number }; url: string }[];
        studentNumber: string;
        title: string;
        username: string;
        yearRegistration: number;
    }
    Index

    Properties

    avatar: string

    base64 encoded image

    bio: string
    contact: {
        assignment: {
            additionalDetails: string;
            address: string;
            city: string;
            department: string;
            zip: string;
        }[];
        fax: null
        | string;
        internalTel: null | string;
        mail: string;
        mobilePro: string;
        otherTel: string;
        tel: null | string;
        unilimXivoSync: boolean;
        web: null | string;
    }
    firstname: string
    gender: string

    can be empty string

    ine: string
    interests: { id: number }[]
    lastname: string
    matricule: null
    mfa: boolean
    options: {
        cguCam: boolean;
        cguNet: boolean;
        cguPc: boolean;
        imageRights: boolean;
        localMailCopy: boolean;
        mailingLists: {
            newsletterFondation: boolean;
            newsletterUniversity: boolean;
        };
        private: boolean;
        redirectEmail: string;
        teamlim: boolean;
        unilimValidationCGU: string;
        unlistedPhoneNumber: boolean;
    }
    personalInformations: {
        emergencyTel: null | string;
        iban: null | string;
        mail: string;
        postalAddress: {
            address: string;
            city: string;
            country: string;
            zip: string;
        };
        tel: string;
    }
    ppn: string
    signature: null
    socialNetwork: { icon: unknown; refId: { id: number }; url: string }[]
    studentNumber: string
    title: string
    username: string
    yearRegistration: number