Webex · Schema

AdminBatchStartJobObjectLocationCustomizations

AdminBatchStartJobObjectLocationCustomizations schema from Webex API

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
locationId string Location within an organization where changes of device setings will be applied to all the devices within it.
locationCustomizationsEnabled boolean Indicates if all the devices within this location will be customized with new requested customizations(if set to `true`) or will be overridden with the one at organization level (if set to `false` or
customizations object Indicates the settings for ATA devices, DECT devices and MPP devices.
View JSON Schema on GitHub

JSON Schema

device-admin-batch-start-job-object-location-customizations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/device-admin-batch-start-job-object-location-customizations-schema.json",
  "title": "AdminBatchStartJobObjectLocationCustomizations",
  "description": "AdminBatchStartJobObjectLocationCustomizations schema from Webex API",
  "type": "object",
  "properties": {
    "locationId": {
      "type": "string",
      "example": "'Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA'",
      "description": "Location within an organization where changes of device setings will be applied to all the devices within it."
    },
    "locationCustomizationsEnabled": {
      "type": "boolean",
      "description": "Indicates if all the devices within this location will be customized with new requested customizations(if set to `true`) or will be overridden with the one at organization level (if set to `false` or any other value). This field has no effect when the job is being triggered at organization level."
    },
    "customizations": {
      "$ref": "#/components/schemas/CustomizationObject",
      "description": "Indicates the settings for ATA devices, DECT devices and MPP devices."
    }
  }
}