cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3137
Views
3
Helpful
3
Replies

iPSK client API

DevNate
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

matt_uc
Level 6
Level 6

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/

View solution in original post

3 Replies 3

matt_uc
Level 6
Level 6

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/

awesome!
That was exactly the API I was looking for!

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Hi take a look at this.

IPSK Authentication without RADIUS - Cisco Meraki

API

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.

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.