{ "opencollection": "1.0.0", "info": { "name": "Microsoft Purview Account Accounts Metadata Roles API", "version": "2021-12-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metadata Roles", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Purview List metadata roles", "type": "http" }, "http": { "method": "GET", "url": "https://management.azure.com/metadataRoles", "params": [ { "name": "api-version", "value": "", "type": "query" } ] }, "docs": "Lists the metadata roles available in the Purview account." } ] } ], "bundled": true }