Get User API Endpoint (can’t link, don’t have permission) 404s on GQL
Description
tl;dr: I can’t find a way to add classic scopes to my app, but they are required for using GQL (would like to use GQL if possible).
When running the GraphQL endpoint for getting a user I receive a 404. I think this is expected because my app only has granular scopes and GraphQL doesn’t support granular scopes.
Is it possible to add classic scopes to my app in development?
Error?
Had examples of getting a 404 here, but can’t upload because I don’t have permission, I believe because I have a new account here.
How To Reproduce
- Have an app with granular scope for reading a user
user:read:user:admin
- Request the user in GraphQL with valid access token (success shown above for the rest API Endpoint)
- Receive 404