Interface UserRepositoryInfoResponseUser

interface UserRepositoryInfoResponseUser {
    account_type: number;
    address_street?: string;
    aggregate_promote_engagement: boolean;
    allowed_commenter_type: string;
    auto_expand_chaining: boolean;
    besties_count: number;
    biography: string;
    biography_with_entities: UserRepositoryInfoResponseBiography_with_entities;
    can_be_reported_as_fraud: boolean;
    can_be_tagged_as_sponsor: boolean;
    can_boost_post: boolean;
    can_convert_to_business: boolean;
    can_create_sponsor_tags: boolean;
    can_follow_hashtag: boolean;
    can_link_entities_in_bio: boolean;
    can_see_organic_insights: boolean;
    can_tag_products_from_merchants: boolean;
    category?: string;
    contact_phone_number?: string;
    external_url: string;
    feed_post_reshare_disabled: boolean;
    follower_count: number;
    following_count: number;
    following_tag_count: number;
    full_name: string;
    geo_media_count: number;
    has_anonymous_profile_picture: boolean;
    has_biography_translation: boolean;
    has_chaining: boolean;
    has_highlight_reels: boolean;
    has_placed_orders: boolean;
    has_profile_video_feed: boolean;
    has_recommend_accounts: boolean;
    hd_profile_pic_url_info: UserRepositoryInfoResponseHd_profile_pic_url_info;
    hd_profile_pic_versions: UserRepositoryInfoResponseHdProfilePicVersionsItem[];
    highlight_reshare_disabled: boolean;
    include_direct_blacklist_status: boolean;
    is_business: boolean;
    is_call_to_action_enabled: null;
    is_eligible_to_show_fb_cross_sharing_nux: boolean;
    is_interest_account: boolean;
    is_needy: boolean;
    is_potential_business: boolean;
    is_private: boolean;
    is_profile_action_needed: boolean;
    is_verified: boolean;
    is_video_creator: boolean;
    media_count: number;
    nametag: UserRepositoryInfoResponseNametag;
    page_id_for_new_suma_biz_account: null;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    public_email?: string;
    public_phone_country_code?: string;
    recently_bestied_by_count: number;
    reel_auto_archive: string;
    show_besties_badge: boolean;
    show_business_conversion_icon: boolean;
    show_conversion_edit_entry: boolean;
    show_insights_terms: boolean;
    total_ar_effects: number;
    total_igtv_videos: number;
    username: string;
    usertag_review_enabled: boolean;
    usertags_count: number;
}

Properties

account_type: number
address_street?: string
aggregate_promote_engagement: boolean
allowed_commenter_type: string
auto_expand_chaining: boolean
besties_count: number
biography: string
can_be_reported_as_fraud: boolean
can_be_tagged_as_sponsor: boolean
can_boost_post: boolean
can_convert_to_business: boolean
can_create_sponsor_tags: boolean
can_follow_hashtag: boolean
can_link_entities_in_bio: boolean
can_see_organic_insights: boolean
can_tag_products_from_merchants: boolean
category?: string
contact_phone_number?: string
external_url: string
feed_post_reshare_disabled: boolean
follower_count: number
following_count: number
following_tag_count: number
full_name: string
geo_media_count: number
has_anonymous_profile_picture: boolean
has_biography_translation: boolean
has_chaining: boolean
has_highlight_reels: boolean
has_placed_orders: boolean
has_profile_video_feed: boolean
has_recommend_accounts: boolean
highlight_reshare_disabled: boolean
include_direct_blacklist_status: boolean
is_business: boolean
is_call_to_action_enabled: null
is_eligible_to_show_fb_cross_sharing_nux: boolean
is_interest_account: boolean
is_needy: boolean
is_potential_business: boolean
is_private: boolean
is_profile_action_needed: boolean
is_verified: boolean
is_video_creator: boolean
media_count: number
page_id_for_new_suma_biz_account: null
pk: number
profile_pic_id: string
profile_pic_url: string
public_email?: string
public_phone_country_code?: string
recently_bestied_by_count: number
reel_auto_archive: string
show_besties_badge: boolean
show_business_conversion_icon: boolean
show_conversion_edit_entry: boolean
show_insights_terms: boolean
total_ar_effects: number
total_igtv_videos: number
username: string
usertag_review_enabled: boolean
usertags_count: number