Table of Contents

Interface INetworksPiiSmOwnersForKey

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

Methods

GetNetworkPiiSmOwnersForKeyAsync(string, string, string, string, string, string, string, CancellationToken)

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier

[Get("/networks/{networkId}/pii/smOwnersForKey")]
Task<PiiSmKeys> GetNetworkPiiSmOwnersForKeyAsync(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<PiiSmKeys>

Exceptions

ApiException

Thrown when fails to make API call