action meraki_get_network_meraki_auth_users { label: "List the splash or RADIUS users configured under Meraki Authentication for a network" description: "List the splash or RADIUS users configured under Meraki Authentication for a network" provider: meraki method: GET path: "/networks/{networkId}/merakiAuthUsers" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }