Webex · Schema
RedSkyCreateObject
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| orgPrefix | object | Represents whether the customer is 'Webex Calling' or not. |
| string | The email for the RedSky account administrator. | |
| partnerRedskyOrgId | string | New organization is created under this partner organization ID if present, otherwise it will be created under a Cisco partner. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RedSkyCreateObject",
"title": "RedSkyCreateObject",
"type": "object",
"required": [
"email"
],
"properties": {
"orgPrefix": {
"$ref": "#/components/schemas/orgPrefixObject",
"description": "Represents whether the customer is 'Webex Calling' or not."
},
"email": {
"type": "string",
"example": "[email protected]",
"description": "The email for the RedSky account administrator."
},
"partnerRedskyOrgId": {
"type": "string",
"example": "584cf4cd-eea7-4c8c-83ee-67d88fc6eab5",
"description": "New organization is created under this partner organization ID if present, otherwise it will be created under a Cisco partner."
}
}
}