my app user-managed app i got this error
{
“code”: 4700,
“message”: “Invalid access token, does not contain scopes: [user:write:admin, user:read:admin, user:read, user:write].”
}
where can i pass scopes please give me solution
Thanks for reaching out about this. Based on the error message, it looks like the app that you’re using to authenticate your requests is missing the necessary scope. Can I kindly ask that you navigate to the Scopes section of your OAuth app and confirm that you have selected the following scope:
user:read
Once you add this, make sure to regenerate your install URL and then retry your request.