{ "opencollection": "1.0.0", "info": { "name": "Gainsight CS Bulk Accounts Company Team API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "accessKey", "value": "{{accessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Company Team", "type": "folder" }, "items": [ { "info": { "name": "Gainsight Upsert company team records", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/companyteam", "body": { "type": "json", "data": "{}" } }, "docs": "Insert or update company team records that associate Gainsight users with company accounts." }, { "info": { "name": "Gainsight Search company team records", "type": "http" }, "http": { "method": "POST", "url": "https://{domain}.gainsightcloud.com/v1/companyteam/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for company team records using filter criteria." } ] } ], "bundled": true }