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

ResourceOperation
/networks/{networkId}/merakiAuthUsers/{merakiAuthUserId}update

Request Body

{"name"=>"<string>", "password"=>"<string>", "emailPasswordToUser"=>"<boolean>", "authorizations"=>[{"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}, {"ssidNumber"=>"<integer>", "expiresAt"=>"Never"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;aGlAaGkuY29t&quot;,&quot;email&quot;:&quot;miles@meraki.com&quot;,&quot;name&quot;:&quot;Miles Meraki&quot;,&quot;createdAt&quot;:&quot;2018-02-11T00:00:00.090210Z&quot;,&quot;accountType&quot;:&quot;802.1X&quot;,&quot;authorizations&quot;:[{&quot;ssidNumber&quot;:1,&quot;authorizedZone&quot;:&quot;Store WiFi&quot;,&quot;expiresAt&quot;:&quot;2018-03-13T00:00:00.090210Z&quot;,&quot;authorizedByName&quot;:&quot;Miles Meraki&quot;,&quot;authorizedByEmail&quot;:&quot;miles@meraki.com&quot;}]}