Meraki API to add/authenticate a device on a particular SSID

Amardeep
Comes here often

Meraki API to add/authenticate a device on a particular SSID

Hi Guys,

 

I need to add/authenticate a device on a SSID using the Meraki API, but couldn't find any reference to such calls in the API documentation. Please suggest!

 

Thanks

2 Replies 2
NolanHerring
Kind of a big deal

Look underneath the CLIENTS section:

https://api.meraki.com/api/v0/networks/:networkId/clients/provision


{
"mac": "00:11:22:33:44:55",
"name": "Miles's phone",
"devicePolicy": "Group policy",
"groupPolicyId": "101"
}
Nolan Herring | nolanwifi.com
TwitterLinkedIn

Hi Nolan,

 

Thanks for your response!

 

Actually, I want to authenticate the device on a particular SSID. But the provision API call does not have any attribute such as SSID. Please suggest!

 

Also, there does not seem to be any call for changing the client status from connected to disconnected or something. I have setup the splash page to be signed in with radius server and when making the API call - https://api.meraki.com/api/v0/networks/:networkId/clients/:clientId/splashAuthorizationStatus it says that '

SSIDs 0 do not have Click-through splash enabled. No changes were made.

'I want to remove the device(from the authenticated status) using the API. Can you please share your thoughts on this?

 

Thanks,

Amardeep

Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.