Table of Contents

Class AdminCreationRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

CreateOrganizationAdmin

[DataContract]
public class AdminCreationRequest
Inheritance
AdminCreationRequest
Inherited Members

Properties

AuthenticationMethod

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

[DataMember(Name = "authenticationMethod")]
public string AuthenticationMethod { get; set; }

Property Value

string

Email

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

[DataMember(Name = "email")]
public string Email { get; set; }

Property Value

string

Name

The name of the dashboard administrator

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Networks

The list of networks that the dashboard administrator has privileges on

[DataMember(Name = "networks")]
public List<AdminNetworkAccess> Networks { get; set; }

Property Value

List<AdminNetworkAccess>

OrgAccess

Gets or Sets OrgAccess

[DataMember(Name = "orgAccess")]
public OrgAccess OrgAccess { get; set; }

Property Value

OrgAccess

Tags

The list of tags that the dashboard administrator has privileges on

[DataMember(Name = "tags")]
public List<AdminTag> Tags { get; set; }

Property Value

List<AdminTag>