Hello All
I´m trying to use updateNetworkMerakiAuthUser in my Python scripts to modify a user. I´m using https://developer.cisco.com/meraki/api/update-network-meraki-auth-user/ but looks like that is outdated.
My script:
response = dashboard.networks.updateNetworkMerakiAuthUser(NetworkID, meraki_auth_user_id, dname, passwd, authorizations, emailPasswordToUser=True)
I´m getting an error "TypeError: updateNetworkMerakiAuthUser() takes 3 positional arguments but 6 were given" I´m sending all the parameters. Is this the right order to send the data?