Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier
GET {{baseUrl}}/networks/:networkId/pii/smDevicesForKey
Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier. These device IDs can be used with the Systems Manager API endpoints to retrieve device details. Exactly one identifier will be accepted.
ALTERNATE PATH
/organizations/{organizationId}/pii/smDevicesForKey
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | The username of a Systems Manager user | |
email | string | The email of a network user account or a Systems Manager device | |
mac | string | The MAC of a network client device or a Systems Manager device | |
serial | string | The serial of a Systems Manager device | |
imei | string | The IMEI of a Systems Manager device | |
bluetoothMac | string | The MAC of a Bluetooth client |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"N_1234":["1099541095293","8348382288234"]}