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