Back to catalog
👥

Microsoft Graph

OAuth

Access the data and intelligence in Microsoft 365, Windows 10, and Enterprise Mobility

👥SocialHTTPS

Megan Bowen

Microsoft Graph — User Profile

Display NameMegan Bowen
MailMeganB@M365x214355.onmicrosoft.com
Job TitleAuditor
Office Location12/1110
Mobile Phone+1 412 555 0109

Sample Response

response.json
1{
2 "displayName": "Megan Bowen",
3 "mail": "MeganB@M365x214355.onmicrosoft.com",
4 "jobTitle": "Auditor",
5 "officeLocation": "12/1110",
6 "mobilePhone": "+1 412 555 0109"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.microsoft.com/en-us/graph/api/overview" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs