Where are the various properties in settings.json documented?
TylerH
61
Reputation points
The modern Teams client has a settings.json file located at:
%appdata%\Roaming\Microsoft\Teams\settings.json
This settings.json file has a few thousand properties set within. However, I can't seem to find anywhere that this file or its contents/properties are documented. Where can I find this information?
Example content (the first several properties of the file):
"version": "1.7.00.15969",
"environment": "Production",
"ring": "general",
"region": "pds-cosmic-prod-usce",
"ETag": "[...]",
"ConfigIds": "[...]",
"settings": {
"disableSignInRestrictionCheck": true,
"enableSmartProfileChoice": false,
"startPagePathAppCache": "https://teams.microsoft.com/",
"envType": 0,
"desktopUpdateHostName": "teams.microsoft.com",
"loggingConstants": {
"loglevel": 2,
"fileLogLevel": 3,
"silent": false
},
[...]
I'd like to know, for example, the acceptable values for each of these properties and what they do (note: I'm NOT just asking about the ones listed above. I'm asking about all the properties in the file).
Sign in to answer