{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Identities 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": "Identities", "type": "folder" }, "items": [ { "info": { "name": "List All Identities", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/cx/social-messaging/v1/identities", "params": [ { "name": "sourceId", "value": "", "type": "query", "description": "Filter based on the specified sourceId." }, { "name": "identityGroupIds", "value": "", "type": "query", "description": "Filter based on the specified identityGroupIds (separated by commas)." }, { "name": "userId", "value": "", "type": "query", "description": "Filter based on the specified userId." }, { "name": "uuid", "value": "", "type": "query", "description": "Filter based on the specified uuid." }, { "name": "orderBy", "value": "", "type": "query", "description": "Order results by specified field." }, { "name": "pageToken", "value": "", "type": "query", "description": "The token indicating the particular page of the result set to be retrieved.\nIf omitted the first page will be returned.\n" }, { "name": "perPage", "value": "100", "type": "query", "description": "The number of items per page. If provided value in the request\nis greater than a maximum, the maximum value is applied\n" } ] }, "docs": "List identities by creation date. The default order is descending.\n\nThe account context of this request is determined by the RC Account Id associated with the access token provided\nin the Authorization header.\n\nThe query parameters provided shall be considered an AND operation to filter the list.\n\nA query parameter not specified or a query parameter provided with no value is treated as not required for\nfiltering the list.\n" }, { "info": { "name": "Get Identity", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/cx/social-messaging/v1/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path" } ] }, "docs": "Renders an identity from given id.\n" } ] } ], "bundled": true }