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
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"]}