You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
I'm trying to get the user profile such as display name, email id, phone number using graph API. I'm following this document for reference.
First of all I'm generating an access token using the below curl command:
In my App Registration > Selected App > API Permission > Microsoft Graph API, I've following permissions:
User.Read.All Application Permission with Admin Consent as 'Yes'.
Is there any way to get the user profile using graph API? If my path is wrong, then suggest me a way to do it.
The text was updated successfully, but these errors were encountered:
As this is an API related question and this repo is mainly intended for MSGraph C# SDK related issues, any chance you can post the same question at the link below?
Hello Team,
I'm trying to get the user profile such as display name, email id, phone number using graph API. I'm following this document for reference.
First of all I'm generating an access token using the below curl command:
Next, using the access_key from the above API, calling another
/user
API.I'm getting below error:
In my App Registration > Selected App > API Permission > Microsoft Graph API, I've following permissions:
User.Read.All Application Permission with Admin Consent as 'Yes'.
Is there any way to get the user profile using graph API? If my path is wrong, then suggest me a way to do it.
The text was updated successfully, but these errors were encountered: