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

GET {{baseUrl}}/networks/:networkId/pii/smOwnersForKey

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier. These owner IDs can be used with the Systems Manager API endpoints to retrieve owner details. Exactly one identifier will be accepted.

ALTERNATE PATH

/organizations/{organizationId}/pii/smOwnersForKey

Request Params

KeyDatatypeRequiredDescription
usernamestringThe username of a Systems Manager user
emailstringThe email of a network user account or a Systems Manager device
macstringThe MAC of a network client device or a Systems Manager device
serialstringThe serial of a Systems Manager device
imeistringThe IMEI of a Systems Manager device
bluetoothMacstringThe MAC of a Bluetooth client

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"N_1234":["1099541095293"]}