Admins

Module: Admins

Members

Methods

Methods

(static) createAdmin(param) → {Promise}

Create a new dashboard administrator.

Example

Example response

{
  "id":"549236",
  "name":"Miles Meraki",
  "email":"miles@meraki.com",
  "orgAccess":"none",
  "tags":[
    {
      "tag":"west",
      "access":"read-only"
    }
  ],
  "networks":[]
}
Parameters
Name Type Description
param Object

The dashboard administrator information

Properties
Name Type Description
orgId string

The organization id

email string

The email of the dashboard administrator. This attribute can not be updated

name string

The name of the dashboard administrator

orgAcess string

The privilege of the dashboard administrator on the organization (full, read-only, none)

tags Array

The list of tags that the dashboard administrator has privileges on

Returns

A promise holding the newly created dashboard administrator

Type
Promise