Create A New Dashboard Administrator
POST {{baseUrl}}/organizations/:organizationId/admins
Create a new dashboard administrator #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: email| string| The email of the dashboard administrator. This attribute can not be updated. 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 authenticationMethod| string| The method of authentication the user will use to sign in to the Meraki dashboard. Can be one of 'Email' or 'Cisco SecureX Sign-On'. The default is Email authentication
Request Body
{"email"=>"<string>", "name"=>"<string>", "orgAccess"=>"<string>", "tags"=>[{"tag"=>"<string>", "access"=>"<string>"}, {"tag"=>"<string>", "access"=>"<string>"}], "networks"=>[{"id"=>"<string>", "access"=>"<string>"}, {"id"=>"<string>", "access"=>"<string>"}], "authenticationMethod"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"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"}