Table of Contents

Interface INetworksPiiPiiKeys

Namespace
Meraki.Api.Interfaces.General.Networks
Assembly
Meraki.Api.dll
public interface INetworksPiiPiiKeys

Methods

GetNetworkPiiPiiKeysAsync(string, string, string, string, string, string, string, CancellationToken)

List the keys required to access Personally Identifiable Information (PII) for a given identifier

[Get("/networks/{networkId}/pii/piiKeys")]
Task<PiiKeys> GetNetworkPiiPiiKeysAsync(string networkId, string username = null, string email = null, string mac = null, string serial = null, string imei = null, string bluetoothMac = null, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

username string

The username of a Systems Manager user (optional)

email string

The email of a network user account or a Systems Manager device (optional)

mac string

The MAC of a network client device or a Systems Manager device (optional)

serial string

The serial of a Systems Manager device (optional)

imei string

The IMEI of a Systems Manager device (optional)

bluetoothMac string

The MAC of a Bluetooth client (optional)

cancellationToken CancellationToken

Returns

Task<PiiKeys>

Exceptions

ApiException

Thrown when fails to make API call