{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Delegation Management API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Delegation Management", "type": "folder" }, "items": [ { "info": { "name": "Get Delegators", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/rcvideo/v1/accounts/:accountId/extensions/:extensionId/delegators", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "extensionId", "value": "", "type": "path" } ] }, "docs": "Returns the list of users who can delegate bridge/meeting creation to the given user." } ] } ], "bundled": true }