Subscriber Data Export¶
Filename: <YYYY-MM-DD_HHMM>_subscriber.json.gz
Layout:
ELEMENT | DESCRIPTION | DATA TYPE | VERSION |
---|---|---|---|
provider_name | Name of the Provider | string | v2 |
reseller_name | Name of the Reseller | string | v2 |
customer_name | name of the customer | string | v1 |
division_name | Intermediate Node (e.g Division or other node) | string | v1 |
location_name | Site Name | string | v1 |
hierarchy | The full hierarchy path for the item being exported | string | v1 |
username | username of the user | string | v1 |
first_name | First name of the user | string | v1 |
last_name | last name of the user | string | v1 |
email address of the user | string | v1 | |
entitlement_profile | the profile assigned to the user that defines the features they are enabled to have configured | string | v1 |
role | The role assigned to the user - defines privileges in the portal | string | v1 |
credential_policy | The security profile assigned to the user - defined credential and other security rules for portal access | string | v1 |
snr | Does the user have the SNR service configured | boolean | v1 |
voicemail | Does the user have a voicemail box configured | boolean | v1 |
title | Subscriber’s title | string | v2 |
department | Subscriber’s department | string | v2 |
telephone_number | Subscriber’s telephone number as configured in the CUCM user record | string | v2 |
Example
(* marked fields are new in version 2)
[
{
* "provider_name": "CS-P",
* "reseller_name": "CS-NB",
"customer_name": "AAAGlobal",
"division_name": "",
"location_name": "AAA-Boston",
"hierarchy": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston",
"username": "ba_user4",
"first_name": "Dean",
"last_name": "Daniels",
"voicemail": false,
"entitlement_profile": "AAAGlobal-Foundation-EP",
"snr": false,
"credential_policy": "HcsCredentialPolicy",
"role": "AAA-BostonSelfService",
"email": "[email protected]",
* "title": "Dr.",
* "department": "R&D",
* "telephone_number": "0215252020"
}
]