Greetings
I am new to using the API.
I have created a user with scope manage:all
When using PostMan I am able to login and get bearer token but if I try the whoami call I get
"meta": {
"httpStatus": "403 - Forbidden",
"error": {
"errorMessage": "insufficient_scope",
"errorCode": "AUTH_13.0"
},
So the question is - what am I doing wrong
I have even tried to update the token request to include the scope and grant_tupe but then I get
Bad Request
Your browser sent a request that this server could not understand.
Reference #7.1d9f3617.1624966935.0
Solved by deleting the raw text value
https://community.qualtrics.com/XMcommunity/discussion/comment/38713#Comment_38713How? I'm getting the exact same error.
I'm able to passed oauth2 and obtain a bearer token. When I try the whoami endpoint, I got the exact same error:
{"meta":{"httpStatus":"403 - Forbidden","error":{"errorMessage":"insufficient_scope","errorCode":"AUTH_13.0"},"requestId":"18f74174-bb77-4e94-a0d5-693b6da384f0"}}
https://community.qualtrics.com/XMcommunity/discussion/comment/38739#Comment_38739OK, solved my own problem.
In addition to the 'grant_type' parameter in the oauth2 call, I have to add 'scope' = manage:all in it
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.