12-15-2023 08:23 AM
Is there a way in the API to enroll iPSK without Radius clients?
We are doing a multi-dwelling unit deployment and we need to enroll every unit, so we'd like to automate, but there doesn't seem to be a way to do this in the API documentation
Solved! Go to Solution.
12-15-2023 08:40 AM
If you are talking about creating iPSKs for each unit, yes that can be done. If you were talking about automating adding clients to a specific iPSK, that is not possible.
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ssid-identity-psk/
12-15-2023 08:40 AM
If you are talking about creating iPSKs for each unit, yes that can be done. If you were talking about automating adding clients to a specific iPSK, that is not possible.
https://developer.cisco.com/meraki/api-v1/create-network-wireless-ssid-identity-psk/
12-15-2023 08:42 AM
awesome!
That was exactly the API I was looking for!
12-15-2023 08:52 AM
Hi take a look at this.
IPSK Authentication without RADIUS - Cisco Meraki
iPSK name used by a client can also be obtained via API using
GET /api/v1/networks/{networkId}/clients with a query parameter pskGroup for iPSK name.
Please refer to https://developer.cisco.com/ for more information.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide