{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Profile 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": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Get Company Info", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/companies/:companyId", "params": [ { "name": "companyId", "value": "", "type": "path", "description": "Internal identifier of an RC account/Glip company, or tilde (~) to indicate a company the current user belongs to." } ] }, "docs": "Returns information about one or more companies by their IDs." }, { "info": { "name": "Get Person", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/persons/:personId", "params": [ { "name": "personId", "value": "", "type": "path", "description": "Internal identifier of a user to be returned, the maximum number of IDs is 30" } ] }, "docs": "Returns a user or multiple users by their ID(s). Batch request is supported." } ] } ], "bundled": true }