Hello Room Reservation,
Thank you for reaching out to Microsoft Support!
For your question, we tested it in both Graph Explorer and Postman, and the results were successful. The test results are as follows:
For your error message, please check the following:
- According to the documentation, this endpoint only supports delegated permissions, so grant the delegated permissions User.Read when granting permissions.
- When getting the token, use auth code flow to get the token since we are using delegated permissions.
- You can parse the obtained tokens in jwt.ms and check whether you have the User.Read permission in scp properties.
- Use the beta version when accessing this endpoint, which does not currently support v1.0.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.