{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Organization Invites API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organization Invites", "type": "folder" }, "items": [ { "info": { "name": "List Organization Invites", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/invites", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The [unique identifier of the organization](https://docs.coveo.com/en/n1ce5273/manage-an-organization/find-your-organization-id) for which to list invites.
**Example:** `mycoveocloudorganizationg8tp8wu3`" } ] }, "docs": "Lists the invites to an [organization](https://docs.coveo.com/en/185/).

Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"GROUP\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }