List the keys required to access Personally Identifiable Information (PII) for a given identifier

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

List the keys required to access Personally Identifiable Information (PII) for a given identifier. Exactly one identifier will be accepted. If the organization contains org-wide Systems Manager users matching the key provided then there will be an entry with the key 0 containing the applicable keys.

ALTERNATE PATH

/organizations/{organizationId}/pii/piiKeys

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":{"macs":["00:77:00:77:00:77"],"emails":["fake@example.com"],"usernames":["fakename"],"serials":["abcd1234"],"imeis":["990000862471854"],"bluetoothMacs":["00:77:00:77:00:77"]}}