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
|
Returns
A promise holding the newly created dashboard administrator
- Type
- Promise