Skip to content

Commit 88b2349

Browse files
committed
Remove unused parameter
`agentInstallParams` is no returned anymore at GET `api/users` and it would be ignored as part of the PUT request
1 parent f058a56 commit 88b2349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdcclient/_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ def edit_user(self, user_email, firstName=None, lastName=None, systemRole=None):
649649
return res
650650
user = res[1]
651651
reqbody = {
652-
'agentInstallParams': user['agentInstallParams'],
653652
'systemRole': systemRole if systemRole else user['systemRole'],
654653
'username': user_email,
655654
'enabled': user.get('enabled', False),

0 commit comments

Comments
 (0)