[Index]
Model ref.: device/webex/User
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"timeZoneWithDST": {
"title": "Time Zone With DST",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"remoteSupport": {
"title": "Remote Support",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"recording": {
"name": "recording",
"title": "Recording",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"type": {
"name": "type",
"title": "Type",
"minItems": 0,
"required": false,
"choices": [
[
"NBR",
"NBR"
],
[
"LOCAL",
"LOCAL"
]
],
"maxItems": 1,
"type": "string"
},
"enforce": {
"name": "enforce",
"title": "Enforce",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"location": {
"name": "location",
"title": "Location",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
}
},
"autoRequest": {
"name": "autoRequest",
"title": "Auto Request",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"enable": {
"name": "enable",
"title": "Enable",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"request": {
"name": "request",
"title": "Request",
"minItems": 0,
"required": false,
"choices": [
[
"DESK_VIEW",
"DESK_VIEW"
],
[
"DESK_CTRL",
"DESK_CTRL"
],
[
"APP_VIEW",
"APP_VIEW"
],
[
"APP_CTRL",
"APP_CTRL"
]
],
"maxItems": 1,
"type": "string"
}
}
},
"sharingView": {
"name": "sharingView",
"title": "Sharing View",
"minItems": 0,
"required": false,
"choices": [
[
"FS_SCALE",
"FS_SCALE"
],
[
"FS",
"FS"
],
[
"WIN_SCALE",
"WIN_SCALE"
],
[
"WIN",
"WIN"
]
],
"maxItems": 1,
"type": "string"
},
"sharingColor": {
"name": "sharingColor",
"title": "Sharing Color",
"minItems": 0,
"required": false,
"choices": [
[
"256",
"256"
],
[
"16BIT",
"16BIT"
]
],
"maxItems": 1,
"type": "string"
},
"defaultClient": {
"name": "defaultClient",
"title": "Default Client",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"type": {
"name": "type",
"title": "Type",
"minItems": 1,
"required": true,
"choices": [
[
"MULTI_SESS",
"MULTI_SESS"
],
[
"SINGLE_SESS",
"SINGLE_SESS"
]
],
"maxItems": 1,
"type": "string"
},
"singleSessClient": {
"name": "singleSessClient",
"title": "Single Sess Client",
"minItems": 0,
"required": false,
"choices": [
[
"NEW_CONSL",
"NEW_CONSL"
],
[
"OLD_CONSL",
"OLD_CONSL"
]
],
"maxItems": 1,
"type": "string"
}
}
}
}
},
"languageID": {
"title": "Language ID",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"locale": {
"title": "Locale",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"phones": {
"title": "Phones",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"phone2": {
"name": "phone2",
"title": "Phone2",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"pager": {
"name": "pager",
"title": "Pager",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"mobilePhone2": {
"name": "mobilePhone2",
"title": "Mobile Phone2",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"PIN": {
"name": "PIN",
"title": "PIN",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
}
},
"userId": {
"title": "User Id",
"minItems": 0,
"required": false,
"default": -1,
"maxItems": 1,
"type": "integer"
},
"webExId": {
"title": "Web Ex Id",
"minItems": 1,
"required": true,
"readonly": true,
"maxItems": 1,
"type": "string"
},
"personalTeleconf": {
"title": "Personal Teleconf",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"joinBeforeHost": {
"name": "joinBeforeHost",
"title": "Join Before Host",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"account": {
"name": "account",
"title": "Account",
"minItems": 0,
"items": {
"type": "object",
"properties": {
"accountIndex": {
"name": "accountIndex",
"title": "Account Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"subscriberAccessCode": {
"name": "subscriberAccessCode",
"title": "Subscriber Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"autoGenerate": {
"name": "autoGenerate",
"title": "Auto Generate",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"participantLimitedAccessCode": {
"name": "participantLimitedAccessCode",
"title": "Participant Limited Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"participantFullAccessCode": {
"name": "participantFullAccessCode",
"title": "Participant Full Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"joinBeforeHost": {
"name": "joinBeforeHost",
"title": "Join Before Host",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"defaultFlag": {
"name": "defaultFlag",
"title": "Default Flag",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"delete": {
"name": "delete",
"title": "Delete",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"required": false,
"maxItems": 3,
"type": "array"
}
}
},
"expirationDate": {
"title": "Expiration Date",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"email2": {
"title": "Email2",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"personalUrl": {
"title": "Personal Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"commOptions": {
"title": "Comm Options",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"electronicInfo": {
"name": "electronicInfo",
"title": "Electronic Info",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"fax": {
"name": "fax",
"title": "Fax",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"phone": {
"name": "phone",
"title": "Phone",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"promos": {
"name": "promos",
"title": "Promos",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"trainingInfo": {
"name": "trainingInfo",
"title": "Training Info",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"press": {
"name": "press",
"title": "Press",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"mail": {
"name": "mail",
"title": "Mail",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"prodAnnounce": {
"name": "prodAnnounce",
"title": "Prod Announce",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"email": {
"name": "email",
"title": "Email",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"meetingTypes": {
"title": "Meeting Types",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"meetingType": {
"name": "meetingType",
"title": "Meeting Type",
"minItems": 0,
"items": {
"type": "integer"
},
"required": false,
"type": "array"
}
}
},
"title": {
"title": "Title",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"sessionOptions": {
"title": "Session Options",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"autoDeleteAfterMeetingEnd": {
"name": "autoDeleteAfterMeetingEnd",
"title": "Auto Delete After Meeting End",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"displayQuickStartHost": {
"name": "displayQuickStartHost",
"title": "Display Quick Start Host",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"displayQuickStartAttendees": {
"name": "displayQuickStartAttendees",
"title": "Display Quick Start Attendees",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"defaultServiceType": {
"name": "defaultServiceType",
"title": "Default Service Type",
"minItems": 0,
"required": false,
"choices": [
[
"MeetingCenter",
"MeetingCenter"
],
[
"EventCenter",
"EventCenter"
],
[
"TrainingCenter",
"TrainingCenter"
],
[
"SupportCenter",
"SupportCenter"
],
[
"SalesCenter",
"SalesCenter"
]
],
"maxItems": 1,
"type": "string"
},
"defaultSessionType": {
"name": "defaultSessionType",
"title": "Default Session Type",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
}
}
},
"supportedServices": {
"title": "Supported Services",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"eventCenter": {
"name": "eventCenter",
"title": "Event Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"salesCenter": {
"name": "salesCenter",
"title": "Sales Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"supportCenter": {
"name": "supportCenter",
"title": "Support Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"meetingCenter": {
"name": "meetingCenter",
"title": "Meeting Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"trainingCenter": {
"name": "trainingCenter",
"title": "Training Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"privilege": {
"title": "Privilege",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"isEnableCET": {
"name": "isEnableCET",
"title": "Is Enable CET",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"isEnablePMR": {
"name": "isEnablePMR",
"title": "Is Enable PMR",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"attendeeOnly": {
"name": "attendeeOnly",
"title": "Attendee Only",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"teleConfCallOut": {
"name": "teleConfCallOut",
"title": "Tele Conf Call Out",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"roSiteAdmin": {
"name": "roSiteAdmin",
"title": "Ro Site Admin",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"voiceOverIp": {
"name": "voiceOverIp",
"title": "Voice Over Ip",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"allowExtAttendees": {
"name": "allowExtAttendees",
"title": "Allow Ext Attendees",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"teleConfCallOutInternational": {
"name": "teleConfCallOutInternational",
"title": "Tele Conf Call Out International",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"meetingAssist": {
"name": "meetingAssist",
"title": "Meeting Assist",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"teleConfTollFreeCallIn": {
"name": "teleConfTollFreeCallIn",
"title": "Tele Conf Toll Free Call In",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"HDvideo": {
"name": "HDvideo",
"title": "H Dvideo",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"host": {
"name": "host",
"title": "Host",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"recordingEditor": {
"name": "recordingEditor",
"title": "Recording Editor",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"siteAdmin": {
"name": "siteAdmin",
"title": "Site Admin",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"teleConfCallIn": {
"name": "teleConfCallIn",
"title": "Tele Conf Call In",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"teleConfCallInInternational": {
"name": "teleConfCallInInternational",
"title": "Tele Conf Call In International",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"otherTelephony": {
"name": "otherTelephony",
"title": "Other Telephony",
"minItems": 0,
"required": false,
"default": true,
"maxItems": 1,
"type": "boolean"
},
"labAdmin": {
"name": "labAdmin",
"title": "Lab Admin",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"HQvideo": {
"name": "HQvideo",
"title": "H Qvideo",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"email": {
"title": "Email",
"minItems": 0,
"required": true,
"maxItems": 1,
"type": "string"
},
"webACDPrefs": {
"title": "Web ACD Prefs",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"managerMonitorAllRSQueues": {
"name": "managerMonitorAllRSQueues",
"title": "Manager Monitor All RS Queues",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"monitorAllRSAgents": {
"name": "monitorAllRSAgents",
"title": "Monitor All RS Agents",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"agentMonitorAllRSQueues": {
"name": "agentMonitorAllRSQueues",
"title": "Agent Monitor All RS Queues",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"numAgentSessions": {
"name": "numAgentSessions",
"title": "Num Agent Sessions",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"isAgent": {
"name": "isAgent",
"title": "Is Agent",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"isMgr": {
"name": "isMgr",
"title": "Is Mgr",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"timeZoneID": {
"title": "Time Zone ID",
"minItems": 0,
"required": false,
"default": -1,
"maxItems": 1,
"type": "integer"
},
"description": {
"title": "Description",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"personalMeetingRoom": {
"title": "Personal Meeting Room",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"photoURL": {
"name": "photoURL",
"title": "Photo URL",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"sipURL": {
"name": "sipURL",
"title": "Sip URL",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"welcomeMessage": {
"name": "welcomeMessage",
"title": "Welcome Message",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"pilotNumber": {
"name": "pilotNumber",
"title": "Pilot Number",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"personalMeetingRoomURL": {
"name": "personalMeetingRoomURL",
"title": "Personal Meeting Room URL",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"hostPIN": {
"name": "hostPIN",
"title": "Host PIN",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"headerImageBranding": {
"name": "headerImageBranding",
"title": "Header Image Branding",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"applyPMRForInstantMeeting": {
"name": "applyPMRForInstantMeeting",
"title": "Apply PMR For Instant Meeting",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"accessCode": {
"name": "accessCode",
"title": "Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"headerImageURL": {
"name": "headerImageURL",
"title": "Header Image URL",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
}
},
"company": {
"title": "Company",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"officeGreeting": {
"title": "Office Greeting",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"tspAccount": {
"title": "Tsp Account",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"tspAccount": {
"name": "tspAccount",
"title": "Tsp Account",
"minItems": 0,
"items": {
"type": "object",
"properties": {
"tollFreeCallInNumber": {
"name": "tollFreeCallInNumber",
"title": "Toll Free Call In Number",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"participantAccessCode": {
"name": "participantAccessCode",
"title": "Participant Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"nbrDialOut": {
"name": "nbrDialOut",
"title": "Nbr Dial Out",
"minItems": 0,
"required": false,
"choices": [
[
"TOLL_FREE",
"TOLL_FREE"
],
[
"TOLL",
"TOLL"
]
],
"maxItems": 1,
"type": "string"
},
"createOnBridge": {
"name": "createOnBridge",
"title": "Create On Bridge",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"subscriberAccessCode": {
"name": "subscriberAccessCode",
"title": "Subscriber Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"tollCallInData": {
"name": "tollCallInData",
"title": "Toll Call In Data",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"custom1": {
"name": "custom1",
"title": "Custom1",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"custom2": {
"name": "custom2",
"title": "Custom2",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"custom3": {
"name": "custom3",
"title": "Custom3",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"tollCallInNumber": {
"name": "tollCallInNumber",
"title": "Toll Call In Number",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"tollFreeCallInData": {
"name": "tollFreeCallInData",
"title": "Toll Free Call In Data",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"accountIndex": {
"name": "accountIndex",
"title": "Account Index",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"defaultFlag": {
"name": "defaultFlag",
"title": "Default Flag",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"delete": {
"name": "delete",
"title": "Delete",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"required": false,
"maxItems": 3,
"type": "array"
}
}
},
"language": {
"title": "Language",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"visitCount": {
"title": "Visit Count",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"address": {
"title": "Address",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"city": {
"name": "city",
"title": "City",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"addressType": {
"name": "addressType",
"title": "Address Type",
"minItems": 0,
"required": false,
"choices": [
[
"PERSONAL",
"PERSONAL"
],
[
"GLOBAL",
"GLOBAL"
]
],
"default": "PERSONAL",
"maxItems": 1,
"type": "string"
},
"address1": {
"name": "address1",
"title": "Address1",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"address2": {
"name": "address2",
"title": "Address2",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"zipCode": {
"name": "zipCode",
"title": "Zip Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"state": {
"name": "state",
"title": "State",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"country": {
"name": "country",
"title": "Country",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
}
},
"active": {
"title": "Active",
"minItems": 0,
"required": true,
"choices": [
[
"ACTIVATED",
"ACTIVATED"
],
[
"REQUEST_TO_ACTIVATE",
"REQUEST_TO_ACTIVATE"
],
[
"DEACTIVATED",
"DEACTIVATED"
]
],
"maxItems": 1,
"type": "string"
},
"password": {
"is_password": true,
"title": "Password",
"minItems": 0,
"required": true,
"maxItems": 1,
"maxLength": 60,
"type": "string"
},
"remoteAccess": {
"title": "Remote Access",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"recording": {
"name": "recording",
"title": "Recording",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"type": {
"name": "type",
"title": "Type",
"minItems": 0,
"required": false,
"choices": [
[
"NBR",
"NBR"
],
[
"LOCAL",
"LOCAL"
]
],
"maxItems": 1,
"type": "string"
},
"enforce": {
"name": "enforce",
"title": "Enforce",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"location": {
"name": "location",
"title": "Location",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
}
},
"sharingView": {
"name": "sharingView",
"title": "Sharing View",
"minItems": 0,
"required": false,
"choices": [
[
"FS_SCALE",
"FS_SCALE"
],
[
"FS",
"FS"
],
[
"WIN_SCALE",
"WIN_SCALE"
],
[
"WIN",
"WIN"
]
],
"maxItems": 1,
"type": "string"
},
"sharingColor": {
"name": "sharingColor",
"title": "Sharing Color",
"minItems": 0,
"required": false,
"choices": [
[
"256",
"256"
],
[
"16BIT",
"16BIT"
]
],
"maxItems": 1,
"type": "string"
}
}
},
"officeurl": {
"title": "Officeurl",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"tracking": {
"title": "Tracking",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"trackingCode5": {
"name": "trackingCode5",
"title": "Tracking Code5",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode4": {
"name": "trackingCode4",
"title": "Tracking Code4",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode7": {
"name": "trackingCode7",
"title": "Tracking Code7",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode6": {
"name": "trackingCode6",
"title": "Tracking Code6",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode1": {
"name": "trackingCode1",
"title": "Tracking Code1",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode10": {
"name": "trackingCode10",
"title": "Tracking Code10",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode3": {
"name": "trackingCode3",
"title": "Tracking Code3",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode2": {
"name": "trackingCode2",
"title": "Tracking Code2",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode9": {
"name": "trackingCode9",
"title": "Tracking Code9",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
},
"trackingCode8": {
"name": "trackingCode8",
"title": "Tracking Code8",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": "string"
}
}
},
"myWebEx": {
"title": "My Web Ex",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"isMyWebExPro": {
"name": "isMyWebExPro",
"title": "Is My Web Ex Pro",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"totalStorageSize": {
"name": "totalStorageSize",
"title": "Total Storage Size",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"myProfile": {
"name": "myProfile",
"title": "My Profile",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"myMeetings": {
"name": "myMeetings",
"title": "My Meetings",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"myComputer": {
"name": "myComputer",
"title": "My Computer",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"myFolders": {
"name": "myFolders",
"title": "My Folders",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"personalMeetingRoom": {
"name": "personalMeetingRoom",
"title": "Personal Meeting Room",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"myContact": {
"name": "myContact",
"title": "My Contact",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"myWorkspaces": {
"name": "myWorkspaces",
"title": "My Workspaces",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"additionalRecordingStorage": {
"name": "additionalRecordingStorage",
"title": "Additional Recording Storage",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"myPartnerLinks": {
"name": "myPartnerLinks",
"title": "My Partner Links",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"recordedEvents": {
"name": "recordedEvents",
"title": "Recorded Events",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"myReports": {
"name": "myReports",
"title": "My Reports",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"trainingRecordings": {
"name": "trainingRecordings",
"title": "Training Recordings",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"service": {
"title": "Service",
"minItems": 0,
"required": false,
"choices": [
[
"FREE_OFFICE",
"FREE_OFFICE"
],
[
"STANDARD_OFFICE",
"STANDARD_OFFICE"
],
[
"PRO_OFFICE",
"PRO_OFFICE"
]
],
"maxItems": 1,
"type": "string"
},
"firstName": {
"title": "First Name",
"minItems": 0,
"required": true,
"maxItems": 1,
"type": "string"
},
"schedulingPermission": {
"title": "Scheduling Permission",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"passwordHintAnswer": {
"title": "Password Hint Answer",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"lastName": {
"title": "Last Name",
"minItems": 0,
"required": true,
"maxItems": 1,
"type": "string"
},
"categoryId": {
"title": "Category Id",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"supportCenter": {
"title": "Support Center",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"serviceDesk": {
"name": "serviceDesk",
"title": "Service Desk",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"enable": {
"name": "enable",
"title": "Enable",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"orderTabs": {
"name": "orderTabs",
"title": "Order Tabs",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"tab": {
"name": "tab",
"title": "Tab",
"minItems": 4,
"items": {
"type": "string",
"choices": [
[
"Tools",
"Tools"
],
[
"Desktop",
"Desktop"
],
[
"Application",
"Application"
],
[
"Session",
"Session"
]
]
},
"required": true,
"maxItems": 4,
"type": "array"
}
}
}
}
},
"thirdPartyTeleconf": {
"title": "Third Party Teleconf",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"account": {
"name": "account",
"title": "Account",
"minItems": 0,
"items": {
"type": "object",
"properties": {
"moderatorCode": {
"name": "moderatorCode",
"title": "Moderator Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"confBridgeNum": {
"name": "confBridgeNum",
"title": "Conf Bridge Num",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"pause": {
"name": "pause",
"title": "Pause",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "integer"
},
"name": {
"name": "name",
"title": "Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"accountIndex": {
"name": "accountIndex",
"title": "Account Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"phoneName1": {
"name": "phoneName1",
"title": "Phone Name1",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"accessCode": {
"name": "accessCode",
"title": "Access Code",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"phoneName2": {
"name": "phoneName2",
"title": "Phone Name2",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"tollFreeNum": {
"name": "tollFreeNum",
"title": "Toll Free Num",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"defaultFlag": {
"name": "defaultFlag",
"title": "Default Flag",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"required": false,
"maxItems": 3,
"type": "array"
}
}
},
"mpProfileNumber": {
"title": "Mp Profile Number",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 64,
"type": "string"
},
"passwordHint": {
"title": "Password Hint",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"timeZone": {
"title": "Time Zone",
"minItems": 0,
"required": false,
"choices": [
[
"GMT-12:00, Dateline (Eniwetok)",
"GMT-12:00, Dateline (Eniwetok)"
],
[
"GMT-11:00, Samoa (Samoa)",
"GMT-11:00, Samoa (Samoa)"
],
[
"GMT-10:00, Hawaii (Honolulu)",
"GMT-10:00, Hawaii (Honolulu)"
],
[
"GMT-09:00, Alaska (Ancorage)",
"GMT-09:00, Alaska (Ancorage)"
],
[
"GMT-08:00, Pacific (San Jose)",
"GMT-08:00, Pacific (San Jose)"
],
[
"GMT-07:00, Mountain (Arizona)",
"GMT-07:00, Mountain (Arizona)"
],
[
"GMT-07:00, Mountain (Denver)",
"GMT-07:00, Mountain (Denver)"
],
[
"GMT-06:00, Central (Chicago)",
"GMT-06:00, Central (Chicago)"
],
[
"GMT-06:00, Mexico (Mexico City,Tegucigalpa)",
"GMT-06:00, Mexico (Mexico City,Tegucigalpa)"
],
[
"GMT-06:00, Central (Regina)",
"GMT-06:00, Central (Regina)"
],
[
"GMT-05:00, S. America Pacific (Bogota)",
"GMT-05:00, S. America Pacific (Bogota)"
],
[
"GMT-05:00, Eastern (New York)",
"GMT-05:00, Eastern (New York)"
],
[
"GMT-05:00, Eastern (Indiana)",
"GMT-05:00, Eastern (Indiana)"
],
[
"GMT-04:00, Atlantic (Halifax)",
"GMT-04:00, Atlantic (Halifax)"
],
[
"GMT-04:00, S. America Western (Caracas)",
"GMT-04:00, S. America Western (Caracas)"
],
[
"GMT-03:30, Newfoundland (Newfoundland)",
"GMT-03:30, Newfoundland (Newfoundland)"
],
[
"GMT-03:00, S. America Eastern (Brasilia)",
"GMT-03:00, S. America Eastern (Brasilia)"
],
[
"GMT-03:00, S. America Eastern (Buenos Aires)",
"GMT-03:00, S. America Eastern (Buenos Aires)"
],
[
"GMT-02:00, Mid-Atlantic (Mid-Atlantic)",
"GMT-02:00, Mid-Atlantic (Mid-Atlantic)"
],
[
"GMT-01:00, Azores (Azores)",
"GMT-01:00, Azores (Azores)"
],
[
"GMT+00:00, Greenwich (Casablanca)",
"GMT+00:00, Greenwich (Casablanca)"
],
[
"GMT+00:00, GMT (London)",
"GMT+00:00, GMT (London)"
],
[
"GMT+01:00, Europe (Amsterdam)",
"GMT+01:00, Europe (Amsterdam)"
],
[
"GMT+01:00, Europe (Paris)",
"GMT+01:00, Europe (Paris)"
],
[
"GMT+01:00, Europe (Prague)",
"GMT+01:00, Europe (Prague)"
],
[
"GMT+01:00, Europe (Berlin)",
"GMT+01:00, Europe (Berlin)"
],
[
"GMT+02:00, Greece (Athens)",
"GMT+02:00, Greece (Athens)"
],
[
"GMT+02:00, Eastern Europe (Bucharest)",
"GMT+02:00, Eastern Europe (Bucharest)"
],
[
"GMT+02:00, Egypt (Cairo)",
"GMT+02:00, Egypt (Cairo)"
],
[
"GMT+02:00, South Africa (Pretoria)",
"GMT+02:00, South Africa (Pretoria)"
],
[
"GMT+02:00, Northern Europe (Helsinki)",
"GMT+02:00, Northern Europe (Helsinki)"
],
[
"GMT+02:00, Israel (Tel Aviv)",
"GMT+02:00, Israel (Tel Aviv)"
],
[
"GMT+03:00, Saudi Arabia (Baghdad)",
"GMT+03:00, Saudi Arabia (Baghdad)"
],
[
"GMT+03:00, Russian (Moscow)",
"GMT+03:00, Russian (Moscow)"
],
[
"GMT+03:00, Nairobi (Nairobi)",
"GMT+03:00, Nairobi (Nairobi)"
],
[
"GMT+03:00, Iran (Tehran)",
"GMT+03:00, Iran (Tehran)"
],
[
"GMT+04:00, Arabian (Abu Dhabi, Muscat)",
"GMT+04:00, Arabian (Abu Dhabi, Muscat)"
],
[
"GMT+04:00, Baku (Baku)",
"GMT+04:00, Baku (Baku)"
],
[
"GMT+04:00, Afghanistan (Kabul)",
"GMT+04:00, Afghanistan (Kabul)"
],
[
"GMT+05:00, West Asia (Ekaterinburg)",
"GMT+05:00, West Asia (Ekaterinburg)"
],
[
"GMT+05:00, West Asia (Islamabad)",
"GMT+05:00, West Asia (Islamabad)"
],
[
"GMT+05:30, India (Bombay)",
"GMT+05:30, India (Bombay)"
],
[
"GMT+06:00, Columbo (Columbo)",
"GMT+06:00, Columbo (Columbo)"
],
[
"GMT+06:00, Central Asia (Almaty)",
"GMT+06:00, Central Asia (Almaty)"
],
[
"GMT+07:00, Bangkok (Bangkok)",
"GMT+07:00, Bangkok (Bangkok)"
],
[
"GMT+08:00, China (Beijing)",
"GMT+08:00, China (Beijing)"
],
[
"GMT+08:00, Australia Western (Perth)",
"GMT+08:00, Australia Western (Perth)"
],
[
"GMT+08:00, Singapore (Singapore)",
"GMT+08:00, Singapore (Singapore)"
],
[
"GMT+08:00, Taipei (Hong Kong)",
"GMT+08:00, Taipei (Hong Kong)"
],
[
"GMT+09:00, Tokyo (Tokyo)",
"GMT+09:00, Tokyo (Tokyo)"
],
[
"GMT+09:00, Korea (Seoul)",
"GMT+09:00, Korea (Seoul)"
],
[
"GMT+09:30, Yakutsk (Yakutsk)",
"GMT+09:30, Yakutsk (Yakutsk)"
],
[
"GMT+09:30, Australia Central (Adelaide)",
"GMT+09:30, Australia Central (Adelaide)"
],
[
"GMT+09:30, Australia Central (Darwin)",
"GMT+09:30, Australia Central (Darwin)"
],
[
"GMT+10:00, Australia Eastern (Brisbane)",
"GMT+10:00, Australia Eastern (Brisbane)"
],
[
"GMT+10:00, Australia Eastern (Sydney)",
"GMT+10:00, Australia Eastern (Sydney)"
],
[
"GMT+10:00, West Pacific (Guam)",
"GMT+10:00, West Pacific (Guam)"
],
[
"GMT+10:00, Tasmania (Hobart)",
"GMT+10:00, Tasmania (Hobart)"
],
[
"GMT+10:00, Vladivostok (Vladivostok)",
"GMT+10:00, Vladivostok (Vladivostok)"
],
[
"GMT+11:00, Central Pacific (Solomon Is)",
"GMT+11:00, Central Pacific (Solomon Is)"
],
[
"GMT+12:00, New Zealand (Wellington)",
"GMT+12:00, New Zealand (Wellington)"
],
[
"GMT+12:00, Fiji (Fiji)",
"GMT+12:00, Fiji (Fiji)"
],
[
"GMT-09:00, Alaska (Anchorage)",
"GMT-09:00, Alaska (Anchorage)"
]
],
"maxItems": 1,
"type": "string"
},
"security": {
"title": "Security",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"forceChangePassword": {
"name": "forceChangePassword",
"title": "Force Change Password",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"lockAccount": {
"name": "lockAccount",
"title": "Lock Account",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"resetPassword": {
"name": "resetPassword",
"title": "Reset Password",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
}
}
},
"registrationDate": {
"title": "Registration Date",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"options": {
"title": "Options",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "object",
"properties": {
"notifyOnNewMessage": {
"name": "notifyOnNewMessage",
"title": "Notify On New Message",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"folderRead": {
"name": "folderRead",
"title": "Folder Read",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"subscriptionOffice": {
"name": "subscriptionOffice",
"title": "Subscription Office",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"listInCategory": {
"name": "listInCategory",
"title": "List In Category",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"pictureVisible": {
"name": "pictureVisible",
"title": "Picture Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"notifyOnLinkRequest": {
"name": "notifyOnLinkRequest",
"title": "Notify On Link Request",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportMeetingRecord": {
"name": "supportMeetingRecord",
"title": "Support Meeting Record",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"titleVisible": {
"name": "titleVisible",
"title": "Title Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"cellPhoneVisible": {
"name": "cellPhoneVisible",
"title": "Cell Phone Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"officeUrlVisible": {
"name": "officeUrlVisible",
"title": "Office Url Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportDesktopShare": {
"name": "supportDesktopShare",
"title": "Support Desktop Share",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"faxVisible": {
"name": "faxVisible",
"title": "Fax Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"folderWrite": {
"name": "folderWrite",
"title": "Folder Write",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportDesktopShareRemote": {
"name": "supportDesktopShareRemote",
"title": "Support Desktop Share Remote",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"holdOnLinkRequest": {
"name": "holdOnLinkRequest",
"title": "Hold On Link Request",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"notifyOnMeeting": {
"name": "notifyOnMeeting",
"title": "Notify On Meeting",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"emailVisible": {
"name": "emailVisible",
"title": "Email Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"isEnableCET": {
"name": "isEnableCET",
"title": "Is Enable CET",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"messageVisible": {
"name": "messageVisible",
"title": "Message Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"iconSelect2": {
"name": "iconSelect2",
"title": "Icon Select2",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"iconSelect1": {
"name": "iconSelect1",
"title": "Icon Select1",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"workPhoneVisible": {
"name": "workPhoneVisible",
"title": "Work Phone Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportApp": {
"name": "supportApp",
"title": "Support App",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportAppshareRemote": {
"name": "supportAppshareRemote",
"title": "Support Appshare Remote",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"acceptLinkRequest": {
"name": "acceptLinkRequest",
"title": "Accept Link Request",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"firstNameVisible": {
"name": "firstNameVisible",
"title": "First Name Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportFileShare": {
"name": "supportFileShare",
"title": "Support File Share",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportWebTourRemote": {
"name": "supportWebTourRemote",
"title": "Support Web Tour Remote",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"followMeEnable": {
"name": "followMeEnable",
"title": "Follow Me Enable",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"addressVisible": {
"name": "addressVisible",
"title": "Address Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"lastNameVisible": {
"name": "lastNameVisible",
"title": "Last Name Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"supportVideo": {
"name": "supportVideo",
"title": "Support Video",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"pagerVisible": {
"name": "pagerVisible",
"title": "Pager Visible",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
}
}
}
},
"schema_version": "8.0"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/device/webex/User/add/ |
|
The GUI Add form of device/webex/User as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Create | POST | /api/device/webex/User | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/webex/User/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/webex/User/[pkid1]", "/api/device/webex/User/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/webex/User/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Bulk Modify | GET | /api/device/webex/User/bulk_update/?schema=&schema_rules=true |
|
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk Modify | POST | /api/device/webex/User/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/webex/User/[pkid1]", "/api/v0/device/webex/User/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/webex/User/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/webex/User |
|
{"hrefs": ["/api/device/webex/User/[pkid]"]} |
| Bulk Move | POST | /api/tool/DataMove/?model_type=device/webex/User |
|
{"hrefs": ["/api/device/webex/User/[pkid1]", "/api/device/webex/User/[pkid2]",...]} |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/webex/User; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/webex/User/export/ |
|
{ "hrefs":["/api/device/webex/User/[pkid1]", "/api/device/webex/User/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/webex/User and the JSON format can be used to import instances of device/webex/User.
GET http://[host-proxy]/api/device/webex/User/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for device/webex/User | POST | /api/device/webex/User/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/device/webex/User/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/device/webex/User/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/device/webex/User/ |
|
The device/webex/User schema and all instances as JSON. |
(The list will return 0 to 3 device/webex/User instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 6,
"total_limit": null,
"order_by": "webExId",
"direction": "asc",
"current": "/api/device/webex/User/?skip=0&limit=3&order_by=webExId&direction=asc&traversal=down"
},
"operations": [
"move",
"field_display_policy",
"add",
"export",
"configuration_template",
"list",
"export_bulkload_template",
"help",
"remove",
"transform",
"get",
"bulk_update_form",
"update",
"clone"
],
"meta": {
"model_type": "device/webex/User",
"summary_attrs": [
{
"name": "webExId",
"title": "Web Ex Id"
},
{
"name": "firstName",
"title": "First Name"
},
{
"name": "lastName",
"title": "Last Name"
},
{
"name": "active",
"title": "Active"
},
{
"name": "email",
"title": "Email"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
},
{
"name": "summary_device",
"title": "Device",
"allow_filtering": false
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"move",
"field_display_policy",
"add",
"export",
"configuration_template",
"list",
"export_bulkload_template",
"help",
"remove",
"get",
"bulk_update_form",
"update",
"clone"
],
"schema_version": "8.0",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/device/webex/User/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/webex/User/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"bulk_update_form": {
"method": "GET",
"class": "update",
"href": "/api/device/webex/User/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Bulk Modify"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/webex/User",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/?auth_token=[authtoken]
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/device/webex/User/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/device/webex/User/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"configuration_template": {
"method": "GET",
"class": "config",
"href": "/api/device/webex/User/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/device/webex/User/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/device/webex/User/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/webex/User/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/webex/User/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"resources": [
{
"data": {
"timeZoneWithDST": "New York (Eastern Daylight Time, GMT-04:00)",
"languageID": 1,
"locale": "English (United States)",
"userId": 887698177,
"webExId": "ana",
"expirationDate": "01/01/2050 02:59:59",
"commOptions": {
"electronicInfo": true,
"fax": true,
"phone": true,
"promos": true,
"trainingInfo": true,
"press": true,
"mail": true,
"prodAnnounce": true,
"email": true
},
"meetingTypes": {
"meetingType": [
3,
9,
10,
13,
16,
652,
659
]
},
"sessionOptions": {
"autoDeleteAfterMeetingEnd": false,
"displayQuickStartHost": true,
"displayQuickStartAttendees": false,
"defaultServiceType": "MeetingCenter",
"defaultSessionType": 3
},
"supportedServices": {
"eventCenter": true,
"salesCenter": false,
"supportCenter": true,
"meetingCenter": true,
"trainingCenter": false
},
"firstName": "anananananana",
"privilege": {
"attendeeOnly": false,
"teleConfCallOut": true,
"roSiteAdmin": false,
"voiceOverIp": true,
"teleConfCallOutInternational": true,
"meetingAssist": false,
"teleConfTollFreeCallIn": true,
"HDvideo": true,
"host": true,
"recordingEditor": true,
"siteAdmin": false,
"teleConfCallIn": true,
"teleConfCallInInternational": true,
"otherTelephony": true,
"labAdmin": false,
"HQvideo": true
},
"email": "ananana@aaaglobal.co.za",
"webACDPrefs": {
"monitorAllRSAgents": false,
"isAgent": false,
"managerMonitorAllRSQueues": false,
"agentMonitorAllRSQueues": false,
"isMgr": false
},
"timeZoneID": 11,
"remoteSupport": {
"recording": {
"enforce": false
},
"autoRequest": {
"enable": false
},
"sharingView": "FS",
"sharingColor": "16BIT",
"defaultClient": {
"type": "SINGLE_SESS",
"singleSessClient": "NEW_CONSL"
}
},
"visitCount": 0,
"address": {
"addressType": "PERSONAL"
},
"active": "ACTIVATED",
"password": "******",
"myWebEx": {
"isMyWebExPro": true,
"totalStorageSize": 1000,
"myProfile": true,
"myMeetings": true,
"myComputer": 3,
"myFolders": false,
"personalMeetingRoom": true,
"myContact": true,
"myWorkspaces": false,
"myPartnerLinks": true,
"recordedEvents": true,
"myReports": true,
"trainingRecordings": true
},
"service": "FREE_OFFICE",
"language": "ENGLISH",
"lastName": "cucumber",
"categoryId": 36,
"supportCenter": {
"serviceDesk": {
"enable": false
},
"orderTabs": {
"tab": [
"Tools",
"Desktop",
"Application",
"Session"
]
}
},
"timeZone": "GMT-05:00, Eastern (New York)",
"security": {
"forceChangePassword": false,
"lockAccount": false,
"resetPassword": false
},
"registrationDate": "10/03/2023 08:45:11",
"options": {
"notifyOnNewMessage": false,
"folderRead": false,
"subscriptionOffice": false,
"holdOnLinkRequest": false,
"notifyOnLinkRequest": false,
"titleVisible": false,
"cellPhoneVisible": false,
"officeUrlVisible": false,
"supportMeetingRecord": false,
"workPhoneVisible": false,
"faxVisible": false,
"folderWrite": false,
"supportDesktopShareRemote": false,
"notifyOnMeeting": false,
"emailVisible": false,
"messageVisible": false,
"iconSelect2": false,
"iconSelect1": false,
"listInCategory": false,
"supportApp": false,
"supportDesktopShare": false,
"supportAppshareRemote": false,
"acceptLinkRequest": false,
"firstNameVisible": false,
"supportFileShare": false,
"supportWebTourRemote": false,
"followMeEnable": false,
"addressVisible": false,
"lastNameVisible": false,
"pictureVisible": false,
"supportVideo": false,
"pagerVisible": false
},
"summary_device": "https, nsite-dev.webex.com, 443, hcs.CS-P",
"hierarchy_friendly_name": "AAA-Boston (Site)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston"
},
"meta": {
"model_type": "device/webex/User",
"summary_attrs": [
{
"name": "webExId",
"title": "Web Ex Id"
},
{
"name": "firstName",
"title": "First Name"
},
{
"name": "lastName",
"title": "Last Name"
},
{
"name": "active",
"title": "Active"
},
{
"name": "email",
"title": "Email"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
},
{
"name": "summary_device",
"title": "Device",
"allow_filtering": false
}
],
"tagged_versions": [],
"tags": [],
"title": "ana",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "/api/v0/data/WebEx/5a86709f67ea6f2039933103",
"pkid": "5a86709f67ea6f2039933103"
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86743967ea6f2039933bc1",
"href": "/api/data/HierarchyNode/5a86743967ea6f2039933bc1"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/device/webex/User/651c0cd463efae0278867709/",
"pkid": "651c0cd463efae0278867709"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a86743967ea6f2039933bc1",
"651c0cd463efae0278867709"
],
"schema_version": "6.0",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/device/webex/User/651c0cd463efae0278867709/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/webex/User/651c0cd463efae0278867709/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/device/webex/User/651c0cd463efae0278867709/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/651c0cd463efae0278867709/?model_type=device/webex/User",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/device/webex/User/651c0cd463efae0278867709/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/device/webex/User/651c0cd463efae0278867709/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/webex/User/651c0cd463efae0278867709/help",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/webex/User/651c0cd463efae0278867709/purge/",
"support_async": false,
"title": "Purge"
}
}
],
"summary": "false"
},
"pkid": "651c0cd463efae0278867709"
},
{
"data": {
"timeZoneWithDST": "New York (Eastern Daylight Time, GMT-04:00)",
"languageID": 1,
"locale": "English (United States)",
"userId": 516598573,
"webExId": "Andrew",
"expirationDate": "01/01/2050 02:59:59",
"commOptions": {
"electronicInfo": true,
"fax": true,
"phone": true,
"promos": true,
"trainingInfo": true,
"press": true,
"mail": true,
"prodAnnounce": true,
"email": false
},
"meetingTypes": {
"meetingType": [
3,
9,
10,
13,
16,
652,
659
]
},
"sessionOptions": {
"autoDeleteAfterMeetingEnd": false,
"displayQuickStartHost": true,
"displayQuickStartAttendees": false,
"defaultServiceType": "MeetingCenter",
"defaultSessionType": 3
},
"supportedServices": {
"eventCenter": true,
"salesCenter": false,
"supportCenter": true,
"meetingCenter": true,
"trainingCenter": false
},
"firstName": "Andrew",
"privilege": {
"attendeeOnly": false,
"teleConfCallOut": true,
"roSiteAdmin": false,
"voiceOverIp": true,
"teleConfCallOutInternational": true,
"meetingAssist": false,
"teleConfTollFreeCallIn": true,
"HDvideo": true,
"host": true,
"recordingEditor": true,
"siteAdmin": false,
"teleConfCallIn": true,
"teleConfCallInInternational": true,
"otherTelephony": true,
"labAdmin": false,
"HQvideo": true
},
"email": "at@at.com",
"webACDPrefs": {
"monitorAllRSAgents": false,
"isAgent": false,
"managerMonitorAllRSQueues": false,
"agentMonitorAllRSQueues": false,
"isMgr": false
},
"timeZoneID": 11,
"remoteSupport": {
"recording": {
"enforce": false
},
"autoRequest": {
"enable": false
},
"sharingView": "FS",
"sharingColor": "16BIT",
"defaultClient": {
"type": "SINGLE_SESS",
"singleSessClient": "NEW_CONSL"
}
},
"visitCount": 0,
"address": {
"addressType": "PERSONAL"
},
"active": "ACTIVATED",
"password": "******",
"myWebEx": {
"isMyWebExPro": true,
"totalStorageSize": 1000,
"myProfile": true,
"myMeetings": true,
"myComputer": 3,
"myFolders": false,
"personalMeetingRoom": true,
"myContact": true,
"myWorkspaces": false,
"myPartnerLinks": true,
"recordedEvents": true,
"myReports": true,
"trainingRecordings": true
},
"service": "FREE_OFFICE",
"language": "ENGLISH",
"lastName": "Tate",
"categoryId": 36,
"supportCenter": {
"serviceDesk": {
"enable": false
},
"orderTabs": {
"tab": [
"Tools",
"Desktop",
"Application",
"Session"
]
}
},
"timeZone": "GMT-05:00, Eastern (New York)",
"security": {
"forceChangePassword": false,
"lockAccount": false,
"resetPassword": false
},
"registrationDate": "10/02/2023 09:54:34",
"options": {
"notifyOnNewMessage": false,
"folderRead": false,
"subscriptionOffice": false,
"holdOnLinkRequest": false,
"notifyOnLinkRequest": false,
"titleVisible": false,
"cellPhoneVisible": false,
"officeUrlVisible": false,
"supportMeetingRecord": false,
"workPhoneVisible": false,
"faxVisible": false,
"folderWrite": false,
"supportDesktopShareRemote": false,
"notifyOnMeeting": false,
"emailVisible": false,
"messageVisible": false,
"iconSelect2": false,
"iconSelect1": false,
"listInCategory": false,
"supportApp": false,
"supportDesktopShare": false,
"supportAppshareRemote": false,
"acceptLinkRequest": false,
"firstNameVisible": false,
"supportFileShare": false,
"supportWebTourRemote": false,
"followMeEnable": false,
"addressVisible": false,
"lastNameVisible": false,
"pictureVisible": false,
"supportVideo": false,
"pagerVisible": false
},
"summary_device": "https, nsite-dev.webex.com, 443, hcs.CS-P",
"hierarchy_friendly_name": "AAA-Brooklyn (Site)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Brooklyn"
},
"meta": {
"model_type": "device/webex/User",
"summary_attrs": [
{
"name": "webExId",
"title": "Web Ex Id"
},
{
"name": "firstName",
"title": "First Name"
},
{
"name": "lastName",
"title": "Last Name"
},
{
"name": "active",
"title": "Active"
},
{
"name": "email",
"title": "Email"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
},
{
"name": "summary_device",
"title": "Device",
"allow_filtering": false
}
],
"tagged_versions": [],
"tags": [],
"title": "Andrew",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "/api/v0/data/WebEx/5a86709f67ea6f2039933103",
"pkid": "5a86709f67ea6f2039933103"
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86742d0085ec1f7f30f144",
"href": "/api/data/HierarchyNode/5a86742d0085ec1f7f30f144"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/",
"pkid": "651acb973b6f603ab5997d7a"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a86742d0085ec1f7f30f144",
"651acb973b6f603ab5997d7a"
],
"schema_version": "6.0",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/651acb973b6f603ab5997d7a/?model_type=device/webex/User",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/help",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/webex/User/651acb973b6f603ab5997d7a/purge/",
"support_async": false,
"title": "Purge"
}
}
],
"summary": "false"
},
"pkid": "651acb973b6f603ab5997d7a"
},
{
"data": {
"timeZoneWithDST": "New York (Eastern Daylight Time, GMT-04:00)",
"languageID": 1,
"locale": "English (United States)",
"userId": 516581458,
"webExId": "reg-test-sub",
"expirationDate": "01/01/2050 02:59:59",
"commOptions": {
"electronicInfo": false,
"fax": false,
"phone": false,
"promos": false,
"trainingInfo": false,
"press": false,
"mail": false,
"prodAnnounce": false,
"email": false
},
"meetingTypes": {
"meetingType": [
3,
9,
10,
13,
16,
652,
659
]
},
"title": "",
"sessionOptions": {
"autoDeleteAfterMeetingEnd": false,
"displayQuickStartHost": true,
"displayQuickStartAttendees": false,
"defaultServiceType": "MeetingCenter",
"defaultSessionType": 3
},
"supportedServices": {
"eventCenter": true,
"salesCenter": false,
"supportCenter": true,
"meetingCenter": true,
"trainingCenter": false
},
"firstName": "reg_fn",
"privilege": {
"attendeeOnly": false,
"teleConfCallOut": true,
"roSiteAdmin": false,
"voiceOverIp": true,
"teleConfCallOutInternational": true,
"meetingAssist": false,
"teleConfTollFreeCallIn": true,
"HDvideo": true,
"host": true,
"recordingEditor": true,
"siteAdmin": false,
"teleConfCallIn": true,
"teleConfCallInInternational": true,
"otherTelephony": true,
"labAdmin": false,
"HQvideo": true
},
"email": "reg@mail.com",
"webACDPrefs": {
"monitorAllRSAgents": false,
"isAgent": false,
"managerMonitorAllRSQueues": false,
"agentMonitorAllRSQueues": false,
"isMgr": false
},
"timeZoneID": 11,
"description": "reg-test-sub-Webex",
"remoteSupport": {
"recording": {
"enforce": false
},
"autoRequest": {
"enable": false
},
"sharingView": "FS",
"sharingColor": "16BIT",
"defaultClient": {
"type": "SINGLE_SESS",
"singleSessClient": "NEW_CONSL"
}
},
"visitCount": 0,
"address": {
"addressType": "PERSONAL"
},
"active": "ACTIVATED",
"password": "******",
"myWebEx": {
"isMyWebExPro": true,
"totalStorageSize": 1000,
"myProfile": true,
"myMeetings": true,
"myComputer": 3,
"myFolders": false,
"personalMeetingRoom": true,
"myContact": true,
"myWorkspaces": false,
"myPartnerLinks": true,
"recordedEvents": true,
"myReports": true,
"trainingRecordings": true
},
"service": "FREE_OFFICE",
"language": "ENGLISH",
"lastName": "reg_ln",
"categoryId": 36,
"supportCenter": {
"serviceDesk": {
"enable": false
},
"orderTabs": {
"tab": [
"Tools",
"Desktop",
"Application",
"Session"
]
}
},
"timeZone": "GMT-05:00, Eastern (New York)",
"security": {
"forceChangePassword": false,
"lockAccount": false,
"resetPassword": false
},
"registrationDate": "10/02/2023 04:43:29",
"options": {
"notifyOnNewMessage": false,
"folderRead": false,
"subscriptionOffice": false,
"holdOnLinkRequest": false,
"notifyOnLinkRequest": false,
"titleVisible": false,
"cellPhoneVisible": false,
"officeUrlVisible": false,
"supportMeetingRecord": false,
"workPhoneVisible": false,
"faxVisible": false,
"folderWrite": false,
"supportDesktopShareRemote": false,
"notifyOnMeeting": false,
"emailVisible": false,
"messageVisible": false,
"iconSelect2": false,
"iconSelect1": false,
"listInCategory": false,
"supportApp": false,
"supportDesktopShare": false,
"supportAppshareRemote": false,
"acceptLinkRequest": false,
"firstNameVisible": false,
"supportFileShare": false,
"supportWebTourRemote": false,
"followMeEnable": false,
"addressVisible": false,
"lastNameVisible": false,
"pictureVisible": false,
"supportVideo": false,
"pagerVisible": false
},
"summary_device": "https, nsite-dev.webex.com, 443, hcs.CS-P",
"hierarchy_friendly_name": "AAA-Boston (Site)",
"hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston"
},
"meta": {
"model_type": "device/webex/User",
"summary_attrs": [
{
"name": "webExId",
"title": "Web Ex Id"
},
{
"name": "firstName",
"title": "First Name"
},
{
"name": "lastName",
"title": "Last Name"
},
{
"name": "active",
"title": "Active"
},
{
"name": "email",
"title": "Email"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
},
{
"name": "summary_device",
"title": "Device",
"allow_filtering": false
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "/api/v0/data/WebEx/5a86709f67ea6f2039933103",
"pkid": "5a86709f67ea6f2039933103"
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a86743967ea6f2039933bc1",
"href": "/api/data/HierarchyNode/5a86743967ea6f2039933bc1"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/device/webex/User/651a82ad63efae0278863513/",
"pkid": "651a82ad63efae0278863513"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a86743967ea6f2039933bc1",
"651a82ad63efae0278863513"
],
"schema_version": "6.0",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/device/webex/User/651a82ad63efae0278863513/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/webex/User/651a82ad63efae0278863513/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/device/webex/User/651a82ad63efae0278863513/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/651a82ad63efae0278863513/?model_type=device/webex/User",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/device/webex/User/651a82ad63efae0278863513/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/device/webex/User/651a82ad63efae0278863513/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/webex/User/651a82ad63efae0278863513/help",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/webex/User/651a82ad63efae0278863513/purge/",
"support_async": false,
"title": "Purge"
}
}
],
"summary": "false"
},
"pkid": "651a82ad63efae0278863513"
}
]
}
(Show the first instance)
{
"data": {
"timeZoneWithDST": "New York (Eastern Daylight Time, GMT-04:00)",
"remoteSupport": {
"recording": {
"enforce": false
},
"autoRequest": {
"enable": false
},
"sharingView": "FS",
"sharingColor": "16BIT",
"defaultClient": {
"type": "SINGLE_SESS",
"singleSessClient": "NEW_CONSL"
}
},
"languageID": 1,
"locale": "English (United States)",
"userId": 887698177,
"webExId": "ana",
"expirationDate": "01/01/2050 02:59:59",
"commOptions": {
"electronicInfo": true,
"fax": true,
"phone": true,
"promos": true,
"trainingInfo": true,
"press": true,
"mail": true,
"prodAnnounce": true,
"email": true
},
"meetingTypes": {
"meetingType": [
3,
9,
10,
13,
16,
652,
659
]
},
"sessionOptions": {
"autoDeleteAfterMeetingEnd": false,
"displayQuickStartHost": true,
"displayQuickStartAttendees": false,
"defaultServiceType": "MeetingCenter",
"defaultSessionType": 3
},
"supportedServices": {
"eventCenter": true,
"salesCenter": false,
"supportCenter": true,
"meetingCenter": true,
"trainingCenter": false
},
"privilege": {
"attendeeOnly": false,
"teleConfCallOut": true,
"roSiteAdmin": false,
"voiceOverIp": true,
"teleConfCallOutInternational": true,
"meetingAssist": false,
"teleConfTollFreeCallIn": true,
"HDvideo": true,
"host": true,
"recordingEditor": true,
"siteAdmin": false,
"teleConfCallIn": true,
"teleConfCallInInternational": true,
"otherTelephony": true,
"labAdmin": false,
"HQvideo": true
},
"email": "ananana@aaaglobal.co.za",
"webACDPrefs": {
"agentMonitorAllRSQueues": false,
"managerMonitorAllRSQueues": false,
"isAgent": false,
"isMgr": false,
"monitorAllRSAgents": false
},
"timeZoneID": 11,
"language": "ENGLISH",
"visitCount": 0,
"address": {
"addressType": "PERSONAL"
},
"active": "ACTIVATED",
"password": "******",
"myWebEx": {
"isMyWebExPro": true,
"totalStorageSize": 1000,
"myProfile": true,
"myMeetings": true,
"myComputer": 3,
"myFolders": false,
"personalMeetingRoom": true,
"myContact": true,
"myWorkspaces": false,
"myPartnerLinks": true,
"recordedEvents": true,
"myReports": true,
"trainingRecordings": true
},
"service": "FREE_OFFICE",
"firstName": "anananananana",
"lastName": "cucumber",
"categoryId": 36,
"supportCenter": {
"serviceDesk": {
"enable": false
},
"orderTabs": {
"tab": [
"Tools",
"Desktop",
"Application",
"Session"
]
}
},
"timeZone": "GMT-05:00, Eastern (New York)",
"security": {
"forceChangePassword": false,
"lockAccount": false,
"resetPassword": false
},
"registrationDate": "10/03/2023 08:45:11",
"options": {
"notifyOnNewMessage": false,
"folderRead": false,
"subscriptionOffice": false,
"holdOnLinkRequest": false,
"notifyOnLinkRequest": false,
"titleVisible": false,
"cellPhoneVisible": false,
"officeUrlVisible": false,
"supportMeetingRecord": false,
"workPhoneVisible": false,
"faxVisible": false,
"folderWrite": false,
"supportDesktopShareRemote": false,
"notifyOnMeeting": false,
"emailVisible": false,
"messageVisible": false,
"iconSelect2": false,
"iconSelect1": false,
"listInCategory": false,
"supportApp": false,
"supportDesktopShare": false,
"supportAppshareRemote": false,
"acceptLinkRequest": false,
"firstNameVisible": false,
"supportFileShare": false,
"supportWebTourRemote": false,
"followMeEnable": false,
"addressVisible": false,
"lastNameVisible": false,
"pictureVisible": false,
"supportVideo": false,
"pagerVisible": false
}
},
"meta": {
"model_type": "device/webex/User",
"summary_attrs": [
{
"name": "webExId",
"title": "Web Ex Id"
},
{
"name": "firstName",
"title": "First Name"
},
{
"name": "lastName",
"title": "Last Name"
},
{
"name": "active",
"title": "Active"
},
{
"name": "email",
"title": "Email"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
},
{
"name": "summary_device",
"title": "Device",
"allow_filtering": false
}
],
"tagged_versions": [],
"tags": [],
"title": "ana",
"business_key": {},
"api_version": "21.2",
"cached": true,
"cache_control_policy": "cache_then_device",
"references": {
"device": [
{
"href": "/api/v0/data/WebEx/5a86709f67ea6f2039933103",
"pkid": "5a86709f67ea6f2039933103"
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/5a86743967ea6f2039933bc1",
"pkid": "5a86743967ea6f2039933bc1"
}
],
"foreign_key": [],
"children": [],
"self": [
{
"href": "/api/device/webex/User/651c0cd463efae0278867709/",
"pkid": "651c0cd463efae0278867709"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a866fd11360b6206c488deb",
"5a86702067ea6f203993285d",
"5a8673030085ec1f7f30e906",
"5a86743967ea6f2039933bc1",
"651c0cd463efae0278867709"
],
"schema_version": "6.0",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/device/webex/User/651c0cd463efae0278867709/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/webex/User/651c0cd463efae0278867709/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/device/webex/User/651c0cd463efae0278867709/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/651c0cd463efae0278867709/?hierarchy=[hierarchy]&model_type=device/webex/User",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/?auth_token=[authtoken]
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/device/webex/User/651c0cd463efae0278867709/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/device/webex/User/651c0cd463efae0278867709/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/webex/User/651c0cd463efae0278867709/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/webex/User/651c0cd463efae0278867709/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"pkid": "651c0cd463efae0278867709"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for device/webex/User. | GET | /api/device/webex/User/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/webex/User as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Purge | POST | /api/device/webex/User/purge/ |
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/device/webex/User/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/device/webex/User/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/webex/User/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/webex/User/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/webex/User | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of device/webex/User; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/webex/User/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/webex/User and the JSON format can be used to import instances of device/webex/User.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/device/webex/User/[pkid] | hierarchy=[hierarchy] | The device/webex/User instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/device/webex/User/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/webex/User. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Purge | POST | /api/device/webex/User/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |