{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph API (v1.0) Calendar Users API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users in the directory", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users" }, "docs": "List users in the directory" }, { "info": { "name": "Get a user by id or userPrincipalName", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "User id (object id) or userPrincipalName." } ] }, "docs": "Get a user by id or userPrincipalName" } ] } ], "bundled": true }