Alex-IntegracomOriginal post
Rank 2: Process
In Postman, I'm trying to test search functionnality of "/users" endpoint ( REST API) but here is error I got:
"testeur@mail.com (role: users) missing scope (users.read)" despite all keys on header
In fact, "testeur@mail.com" is a real user of the project but why do I get such error ?
I correctly set all headers param as on my screenshot
Summary
Developers are experiencing a "missing scope (users.read)" error when testing the search functionality of the "/users" endpoint in Postman. The error specifically mentions the user "testeur@mail.com" despite all keys being correctly set in the header.
Solution: Check the authorization and scopes associated with the "testeur@mail.com" user to ensure they have the necessary permissions for the "users.read" scope.