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
networkIdstringThe network id
usernamestringThe username of a Systems Manager user (optional)
emailstringThe email of a network user account or a Systems Manager device (optional)
macstringThe MAC of a network client device or a Systems Manager device (optional)
serialstringThe serial of a Systems Manager device (optional)
imeistringThe IMEI of a Systems Manager device (optional)
bluetoothMacstringThe MAC of a Bluetooth client (optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call