Skip to content

PluginRegisterRequest

Plugin catalog identity and RingCentral account context used for installation.

Properties

Property Type Required Description
pluginId string Yes Plugin identifier from the developer portal. Minimum length: 1.
rcAccountId any of: string, number Yes RingCentral account that will receive the plugin.
ownerRcAccountId any of: string, number No RingCentral account used to resolve a private or shared plugin manifest.
pluginAccess string No Manifest lookup mode: public uses the public catalog; private or shared uses ownerRcAccountId; when omitted, the server tries both.
pluginName string No Plugin platform key used to select the manifest entry when the manifest contains multiple platforms.
rcAccessToken string · password No Legacy body location for a RingCentral access token. Use the X-RC-Access-Token header instead.

Example

{
  "pluginId": "string",
  "rcAccountId": "string",
  "ownerRcAccountId": "string",
  "pluginAccess": "string",
  "pluginName": "string",
  "rcAccessToken": "string"
}