action mist_get_org_psk_portals { label: "getOrgPskPortals" description: "get Org Psk Portals\n\nPSK Self-Service Portals are for \n1. **WIFI users** who want to connect to a WLAN with personal PSK, they’re told to connect to a URL\nwhere they can login (likely through company’s SSO) and get the WIFI Name / Passphrase - required input fields name, email so we can generate PSK \n2. **PSK Admins** (they don’t have access to normal Network Admin Portal)" provider: mist method: GET path: "/api/v1/orgs/{org_id}/pskportals" encoding: json output: { type: "object" additionalProperties: true } }