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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"212406","name":"Miles Meraki","email":"miles@meraki.com","orgAccess":"none","accountStatus":"ok","twoFactorAuthEnabled":false,"hasApiKey":true,"lastActive":"2018-02-11T00:00:00Z","tags":[{"tag":"west","access":"read-only"}],"networks":[{"id":"N_24329156","access":"full"}],"authenticationMethod":"Email"}