action meraki_get_network_pii_requests { label: "List the PII requests for this network or organization" description: "List the PII requests for this network or organization\n\n## ALTERNATE PATH\n\n```\n/organizations/{organizationId}/pii/requests\n```" provider: meraki method: GET path: "/networks/{networkId}/pii/requests" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }