# User Info Get details about the user profile Endpoint: GET /raw/ig/user-info Security: accessToken ## Query parameters: - `url` (string, required) Username (@handle) or user id Example: "selenagomez" ## Response 200 fields (application/json): - `pk` (string, required) - `biography` (string, required) - `category` (string) - `external_url` (string, required) - `bio_links` (array) - `bio_links.title` (string, required) - `bio_links.lynx_url` (string, required) - `bio_links.url` (string, required) - `bio_links.link_type` (string, required) - `fb_profile_biolink` (any) - `follower_count` (number, required) - `following_count` (number, required) - `full_name` (string, required) - `has_channel` (boolean) - `has_clips` (boolean) - `has_videos` (boolean) - `has_guides` (boolean) - `has_highlight_reels` (boolean) - `is_business` (boolean, required) - `is_private` (boolean, required) - `is_verified` (boolean, required) - `media_count` (number, required) - `profile_pic_url_hd` (any, required) - `profile_pic_url` (string, required) - `total_igtv_videos` (number) - `username` (string, required) - `address` (object, required) - `address.street_address` (any) - `address.city_id` (any) - `address.city_name` (any) - `address.latitude` (any) - `address.longitude` (any) - `address.zip_code` (any)