Member Junction
    Preparing search index...

    The authenticated member's profile from /me.

    interface LinkedInProfile {
        firstName?: LinkedInLocalizedString;
        followerCount?: number;
        headline?: LinkedInLocalizedString;
        id: string;
        lastName?: LinkedInLocalizedString;
        publicProfileUrl?: string;
    }
    Index

    Properties

    followerCount?: number
    id: string
    publicProfileUrl?: string