{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Use Cases > Organization Access Controls API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.linkedin.com/oauth/v2/authorization", "accessTokenUrl": "https://www.linkedin.com/oauth/v2/accessToken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Use Cases > Organization Access Controls", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Find Organization Access Control", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/organizationAcls", "headers": [ { "name": "X-Restli-Protocol-Version", "value": "2.0.0" }, { "name": "Linkedin-Version", "value": "{{insert_version}}" } ], "params": [ { "name": "q", "value": "organization", "type": "query" }, { "name": "organization", "value": "urn%3Ali%3Aorganization%3A{{organization_id}}", "type": "query" } ] }, "docs": "LinkedIn Find Organization Access Control" } ] } ], "bundled": true }