Webex App Data Export

Filename: <YYYY-MM-DD_HHMM>_webex_teams.json.gz

Layout:

ELEMENT

DESCRIPTION

DATA TYPE

VERSION

provider_name

Name of the Provider

string

v2.2

reseller_name

Name of the Reseller

string

v2.2

customer_name

name of the customer

string

v2.2

division_name

Intermediate Node (e.g. Division or other node)

string

v2.2

location_name

Site Name

string

v2.2

hierarchy

The full hierarchy path for the item being exported

string

v2.2

firstName

First name of user

device/spark/User.firstName

string

v2.2

lastName

Last name of user

device/spark/User.lastName

string

v2.2

email

User email address

device/spark/User.email

string

v2.2

line

User line

device/spark/User.line

string

v2.2

messaging

Webex App Messaging

boolean

v2.2

status

Webex App user status

device/spark/User.status

string

v2.2

services

Webex App services:

dictionary

v2.2

  • hybrid_call_services

  • hybrid_calendar_services

device/spark/User.services

  • string

  • string

Note

Services reported on are dynamically included. The reference material and JSON snippet here are examples.

ELEMENT

DESCRIPTION

DATA TYPE

VERSION

hybrid_call_services:

v2.2

connect

Users’ incoming calls will ring their work phones and the Cisco Webex App app. Users can call their colleagues from either their phones or the app, too. Aware must be enabled before the user can be enabled for Connect.

boolean

v2.2

aware

Users can share content from the Cisco Webex App app during a call from their work phones and view their call history in the app.

boolean

v2.2

ELEMENT

DESCRIPTION

DATA TYPE

VERSION

hybrid_calendar_services:

v2.2

google

Google Calendar

boolean

v2.2

microsoft_exchange

Microsoft Exchange/Office 365

boolean

v2.2

ELEMENT

DESCRIPTION

DATA TYPE

VERSION

meeting

Named User Licence. Each Named User license allows 1 user to be entitled as a meeting host. Named users can hold unlimited meetings.

N/A

N/A

webex_enterprise_200

boolean

v2.2

webex_support_center

boolean

v2.2

webex_meeting_center

boolean

v2.2

webex_cmr

boolean

v2.2

webex_event_center

boolean

v2.2

webex_training_center

boolean

v2.2

meeting

boolean

v2.2

Example

[
 {
   "division_name":"",
   "status":"",
   "location_name":"Site_03",
   "firstName":"",
   "hierarchy":"sys.hcs.Provider_01.Reseller_01.Customer_02.Site_03",
   "lastName":"",
   "provider_name":"Provider_01",
   "services":{
     "hybrid_call_services":{
       "connect":false,
       "aware":false
     },
     "message":{
       "messaging":false
     },
     "meeting":{
       "webex_enterprise_200":false,
       "webex_support_center":false,
       "webex_meeting_center":false,
       "webex_cmr":false,
       "webex_event_center":false,
       "webex_training_center":false,
       "meeting":false
     },
     "hybrid_calendar_services":{
       "google":false,
       "microsoft_exchange":false
     },
     "hybrid_message_services":{
       "message":false
     }
   },
   "reseller_name":"Reseller_01",
   "line":"",
   "email":"[email protected]",
   "customer_name":"Customer_02"
 },
]