Update A User Configured With Meraki Authentication Currently 802 1 X RADIUS Splash Guest And Client VPN Users Can Be Updated
PUT {{baseUrl}}/networks/:networkId/merakiAuthUsers/:merakiAuthUserId
Update a user configured with Meraki Authentication (currently, 802.1X RADIUS, splash guest, and client VPN users can be updated) #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| Name of the user password| string| The password for this user account emailPasswordToUser| boolean| Whether or not Meraki should email the password to user. Default is false. authorizations| array| Authorization zones and expiration dates for the user.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/merakiAuthUsers/{merakiAuthUserId} | update |
Request Body
{"name"=>"<string>", "password"=>"<string>", "emailPasswordToUser"=>"<boolean>", "authorizations"=>[{"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}, {"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"aGlAaGkuY29t","email":"miles@meraki.com","name":"Miles Meraki","createdAt":"2018-02-11T00:00:00.090210Z","accountType":"802.1X","authorizations":[{"ssidNumber":1,"authorizedZone":"Store WiFi","expiresAt":"2018-03-13T00:00:00.090210Z","authorizedByName":"Miles Meraki","authorizedByEmail":"miles@meraki.com"}]}