Is there any Instagram JS SDK to get user id using access token?
Enter this url in your browser with the users name you want to find and your access token
> https://api.instagram.com/v1/users/search?q=[USERNAME]&access_token=[ACCESS
TOKEN]
you can find more information here