{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph API (Azure AD) Applications Directory API", "version": "v1.0" }, "items": [ { "info": { "name": "Directory", "type": "folder" }, "items": [ { "info": { "name": "List directory roles", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directoryRoles", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List directory roles" } ] } ], "bundled": true }