MS Teams Data Export#
Filename: <YYYY-MM-DD_HHMM>_ms_teams.json.gz
Layout:
ELEMENT |
DESCRIPTION AND SOURCE FIELD |
DATA TYPE |
VERSION |
---|---|---|---|
ms_teams_username |
UserPrincipalName device/msteamsonline/CsOnlineUser.UserPrincipalName |
string |
v4 |
alias |
user alias device/msteamsonline/CsOnlineUser.Alias |
string |
v4 |
username |
VOSS Username of the user tied to this MS Teams service instance. For release 21.3 and later, the
If this field is blank, it means there is not a corresponding |
string |
v4 |
entitlement_profile |
Entitlement profile of the user data.User.entitlement_profile of matching data/User |
string |
v4 |
department |
User department device/msteamsonline/CsOnlineUser.Department |
string |
v4 |
account_enabled |
AccountEnabled device/msteamsonline/CsOnlineUser.AccountEnabled |
boolean |
v4 |
enterprise_voice |
EnterpriseVoiceEnabled (not used) device/msteamsonline/CsOnlineUser.EnterpriseVoiceEnabled |
string |
v4 |
feature_types |
FeatureTypes, e.g. Teams, Phone System, etc device/msteamsonline/CsOnlineUser.FeatureTypes |
array |
v4 |
line |
OnPremLineURI device/msteamsonline/CsOnlineUser.LineURI |
string |
v4 |
line_type |
LineURIType, e.g. OperatorConnect, DirectRouting, CallingPlan device/msteamsonline/CCsOnlineUser.LineURIType |
string |
v4 |
voice_routing_policy |
OnlineVoiceRoutingPolicy device/msteamsonline/CsOnlineUser.OnlineVoiceRoutingPolicy |
string |
v4 |
tenant_dialplan |
TenantDialPlan device/msteamsonline/CsOnlineUser.TenantDialPlan |
string |
v4 |
voicemail_policy |
HostedVoicemailPolicy device/msteamsonline/CsOnlineUser.HostedVoicemailPolicy |
string |
v4 |
teams_upgrade_mode |
TeamsUpgradeEffectiveMode device/msteamsonline/CsOnlineUser.TeamsUpgradeEffectiveMode |
string |
v4 |
Note
From release 21.4-PB1 onwards, the first_name
and last_name
fields have been removed
as they are no longer used.
Example
[
{
"username": "user_2",
"entitlement_profile": "MsTeamsUser",
"hierarchy": "sys.02676185F05F.Prov1.Resel1.Cust1",
"ms_teams_username": "[email protected]",
"voicemail_policy": "BusinessVoice",
"teams_upgrade_mode":"TeamsOnly",
"voice_routing_policy": "Global",
"alias": "user_2",
"account_enabled": True,
"tenant_dialplan": "",
"department": "R&D",
"reseller_name": "Resel1",
"provider_name": "Prov1",
"line": "18694400002",
"line_type": "OperatorConnect",
"feature_type": ["Teams"],
"customer_name": "Cust1"
},
{
"username": "user_3",
"entitlement_profile": "MsTeamsUser",
"hierarchy": "sys.02676185F05F.Prov1.Resel1.Cust1",
"ms_teams_username": "[email protected]",
"voicemail_policy": "BusinessVoice",
"teams_upgrade_mode":"TeamsOnly",
"voice_routing_policy": "Global",
"alias": "user_3",
"account_enabled": True,
"tenant_dialplan": "",
"department": "R&D",
"reseller_name": "Resel1",
"provider_name": "Prov1",
"line": "18694400002",
"line_type": "OperatorConnect",
"feature_type": ["Teams"],
"customer_name": "Cust1"
},
{
"username": "user_1",
"entitlement_profile": "MsTeamsUser",
"hierarchy": "sys.02676185F05F.Prov1.Resel1.Cust1",
"ms_teams_username": "[email protected]",
"voicemail_policy": "BusinessVoice",
"teams_upgrade_mode":"TeamsOnly",
"voice_routing_policy": "Global",
"alias": "user_1",
"account_enabled": True,
"tenant_dialplan": "",
"department": "R&D",
"reseller_name": "Resel1",
"provider_name": "Prov1",
"line": "18694400002",
"line_type": "OperatorConnect",
"feature_type": ["Teams"],
"customer_name": "Cust1"
}
]