An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi @Yaswanth Randhi
Is this personal user token something you just obtained? Please make sure it is valid and not expired. In addition, you also need to ensure that it has the necessary permissions. If you are trying to get the information of the logged-in user, then the user needs to consent to the User.Read permission when logging in.
For testing, you can use personal account to log in to Graph Explorer and call the /me endpoint to see if it can return the correct result.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.