I'd like to give some Graph API permission to a non-admin user Bob, so that it is able to read some data without requiring the admin consent.
If I give the admin consent here every permission is given to each user, but I want to give only a subset of permissions to Bob.

So I:
- Registred a new application
- Set the Graph Explorer permissions I am interested in to the App (both as delegated and as application)

- Granted administrator consent to such permissions

- Assigned the application to Bob
But still, after logging in as Bob, the graph explorer tells me that I don't have the required permissions to (for example) list all the users in the organization.
Any help is highly appreciated!





