{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards SCIM 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": "SCIM", "type": "folder" }, "items": [ { "info": { "name": "List Schemas", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/Schemas" }, "docs": "Returns the list of schemas" }, { "info": { "name": "Get Schema", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/Schemas/:uri", "params": [ { "name": "uri", "value": "", "type": "path", "description": "Schema URI" } ] }, "docs": "Returns SCIM schema" }, { "info": { "name": "Search/List Users", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/Users", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Only support 'userName' or 'email' filter expressions for now" }, { "name": "startIndex", "value": "", "type": "query", "description": "Start index (1-based)" }, { "name": "count", "value": "", "type": "query", "description": "Page size" } ] }, "docs": "Returns the list of users satisfying search criteria" }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/scim/v2/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user" }, { "info": { "name": "Search/List Users", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/scim/v2/Users/.search", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the list of users satisfying search criteria" }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/Users/:scimUserId", "params": [ { "name": "scimUserId", "value": "", "type": "path", "description": "User ID" } ] }, "docs": "Returns a user by ID" }, { "info": { "name": "Update/Replace User", "type": "http" }, "http": { "method": "PUT", "url": "https://platform.ringcentral.com/scim/v2/Users/:scimUserId", "params": [ { "name": "scimUserId", "value": "", "type": "path", "description": "User ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user" }, { "info": { "name": "Update/Patch User", "type": "http" }, "http": { "method": "PATCH", "url": "https://platform.ringcentral.com/scim/v2/Users/:scimUserId", "params": [ { "name": "scimUserId", "value": "", "type": "path", "description": "User ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user (partial update)" }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.ringcentral.com/scim/v2/Users/:scimUserId", "params": [ { "name": "scimUserId", "value": "", "type": "path", "description": "User ID" } ] }, "docs": "Deletes a user" }, { "info": { "name": "Get Provider Config", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/ServiceProviderConfig" }, "docs": "Returns SCIM service provider configuration" }, { "info": { "name": "List Resource Types", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/ResourceTypes" }, "docs": "Returns the list of supported SCIM resource types" }, { "info": { "name": "Get Resource Type", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/scim/v2/ResourceTypes/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "Resource type" } ] }, "docs": "Returns resource type by ID" } ] } ], "bundled": true }