Freemium
Microsoft Graph API
Microsoft Graph API offers developers a unified endpoint to access data across Microsoft 365 services such as Outlook, OneDrive, Teams, and more. It enables seamless integration for productivity apps and enterprise workflows. The API is accessible via OAuth 2.0 with generous free tiers and paid plans for higher usage.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
10,000 requests/day
Rate Limit
API Endpoints
Retrieves authenticated user's Microsoft profile information
Full URL
https://graph.microsoft.com/v1.0/me
Code Examples
curl -X GET 'https://graph.microsoft.com/v1.0/me' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "$select": "displayName,mail,userPrincipalName" }
Example Response
{
"id": "ab1c2d3e-fg45-6789-hijk-lmnopqrstuvw",
"mail": "[email protected]",
"displayName": "John Doe",
"userPrincipalName": "[email protected]"
}
Version
v1.0
Rate Limit
4 requests/second
Tags
enterprisemicrosoft-365
Technical Details
Authentication
OAuth2Response Formats
JSONAvailability
globalStatus
Published Rate Limits
10,000 requests/day (free)
Supported Languages
.NETJavaScriptPython
Use Cases
enterprise integrations
data synchronization
Related APIs
Discover similar APIs that might interest you