We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a0a0d + 4bca438 commit 1bce6e7Copy full SHA for 1bce6e7
1 file changed
webexteamssdk/restsession.py
@@ -150,6 +150,8 @@ def user_agent(be_geo_id=None, caller=None):
150
if platform.machine():
151
data["cpu"] = platform.machine()
152
153
+ data["organization"] = {}
154
+
155
# Add self-identified organization information to the User-Agent Header.
156
if be_geo_id:
157
data["organization"]["be_geo_id"] = be_geo_id
0 commit comments