{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Marketing AdAccounts AdAccountUsers API", "version": "202605" }, "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": "AdAccountUsers", "type": "folder" }, "items": [ { "info": { "name": "Find ad account users", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/rest/adAccountUsers", "headers": [ { "name": "Linkedin-Version", "value": "" }, { "name": "X-Restli-Protocol-Version", "value": "" } ], "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "accounts", "value": "", "type": "query" } ] }, "docs": "Find ad account users" } ] } ], "bundled": true }