all the code does it loop thru all the networks calling an API call passing the network ID, Unique ID of the user and a json string with the new password JSON Format to send over {password : <password>} APi Call https://api.meraki.com/api/v1/networks/<network ID>/merakiAuthUsers/<User ID> Header of HTTP Call Content-Type,application/json Accept,application/json X-Cisco-Meraki-API-Key,<API Key>
... View more