Logo
Microsoft Graph APIs API Documentation

Graph APIs

Number of APIs: 3


1. Auth - Get token

POST https://login.microsoftonline.com/{{tenant_id}}/oauth2/v2.0/token



2. User - Get User

GET https://graph.microsoft.com/v1.0/users



3. User - Create User

POST https://graph.microsoft.com/v1.0/users



ENDPOINTS