Webex Teams 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 string v2.2
lastName Last name of user string v2.2
email User email address string v2.2
line User line string v2.2
messaging Webex Teams Messaging boolean v2.2

Note

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

ELEMENT DESCRIPTION DATA TYPE VERSION

hybrid_call_services:

connect

aware

Users’ incoming calls will ring their work phones and the Cisco Webex Teams 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.

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

boolean

boolean

v2.2

v2.2

v2.2

ELEMENT DESCRIPTION DATA TYPE VERSION

hybrid_calendar_services:

google

microsoft_exchange

Google Calendar

Microsoft Exchange/Office 365

boolean

boolean

v2.2

v2.2

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"
 },
]