Interface CreateSecondaryAccountResponseCreatedUser

interface CreateSecondaryAccountResponseCreatedUser {
    account_badges: any[];
    allow_contacts_sync: boolean;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    hd_profile_pic_url_info: CreateSecondaryAccountResponseHdProfilePicUrlInfo;
    hd_profile_pic_versions: CreateSecondaryAccountResponseHdProfilePicVersion[];
    interop_messaging_user_fbid: number;
    is_private: boolean;
    is_using_unified_inbox_for_direct: boolean;
    is_verified: boolean;
    nux_private_enabled: boolean;
    nux_private_first_page: boolean;
    pk: number;
    profile_pic_url: string;
    reel_auto_archive: string;
    username: string;
}

Properties

account_badges: any[]
allow_contacts_sync: boolean
full_name: string
has_anonymous_profile_picture: boolean
interop_messaging_user_fbid: number
is_private: boolean
is_using_unified_inbox_for_direct: boolean
is_verified: boolean
nux_private_enabled: boolean
nux_private_first_page: boolean
pk: number
profile_pic_url: string
reel_auto_archive: string
username: string