Update An Administrator

PUT {{baseUrl}}/organizations/:organizationId/admins/:adminId

Update an administrator #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the dashboard administrator orgAccess| string| The privilege of the dashboard administrator on the organization. Can be one of 'full', 'read-only', 'enterprise' or 'none' tags| array| The list of tags that the dashboard administrator has privileges on networks| array| The list of networks that the dashboard administrator has privileges on

Request Body

{"name"=>"<string>", "orgAccess"=>"<string>", "tags"=>[{"tag"=>"<string>", "access"=>"<string>"}, {"tag"=>"<string>", "access"=>"<string>"}], "networks"=>[{"id"=>"<string>", "access"=>"<string>"}, {"id"=>"<string>", "access"=>"<string>"}]}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;212406&quot;,&quot;name&quot;:&quot;Miles Meraki&quot;,&quot;email&quot;:&quot;miles@meraki.com&quot;,&quot;orgAccess&quot;:&quot;none&quot;,&quot;accountStatus&quot;:&quot;ok&quot;,&quot;twoFactorAuthEnabled&quot;:false,&quot;hasApiKey&quot;:true,&quot;lastActive&quot;:&quot;2018-02-11T00:00:00Z&quot;,&quot;tags&quot;:[{&quot;tag&quot;:&quot;west&quot;,&quot;access&quot;:&quot;read-only&quot;}],&quot;networks&quot;:[{&quot;id&quot;:&quot;N_24329156&quot;,&quot;access&quot;:&quot;full&quot;}],&quot;authenticationMethod&quot;:&quot;Email&quot;}