Interface InsightsServiceAccountResponseUser

interface InsightsServiceAccountResponseUser {
    business_manager: InsightsServiceAccountResponseBusiness_manager;
    business_profile: InsightsServiceAccountResponseBusiness_profile;
    followers_count: number;
    id: string;
    instagram_user_id: string;
    profile_picture: InsightsServiceAccountResponseProfile_picture;
    username: string;
}

Properties

followers_count: number
id: string
instagram_user_id: string
username: string