{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph API (Applications) Groups Users API", "version": "1.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 organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" } ] }, "docs": "List users in the organization" }, { "info": { "name": "Get a user by id or userPrincipalName", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id", "params": [ { "name": "user-id", "value": "", "type": "path" } ] }, "docs": "Get a user by id or userPrincipalName" } ] } ], "bundled": true }