user-id
.public_content
is required to read information about other users.curl --location --request GET 'https://api.instagram.com/v1/users/'
{
"data": {
"bio": "string",
"counts": {
"followed_by": 0,
"follows": 0,
"media": 0
},
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string",
"website": "string"
},
"meta": {
"code": 0
}
}