cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1253
Views
0
Helpful
1
Replies

Self Registration - Don't allow

Vmadathil
Level 3
Level 3

I tried to set Self Registration as "Don't Allow" while creating a SSID for Guest users via Python script. But it is not working as expected.

I included the following script in the Master script for this.

splash_settings = {
"selfRegistration": {
"enabled": False,
}
}

I didn't get any error message, but it is not getting reflected on the Advance splash settings.

image.png

1 Reply 1

jopolloc
Cisco Employee
Cisco Employee

Hi @Vmadathil!

Can you confirm the specific call that you're actioning within the script, is it updateNetworkWirelessSsidSplashSettings?

If that is the case, then it seems the PUT does not accept that as an input value (evidenced via the Request body > Schema Definition in the developer documentation) despite it being provided as an output in the Responses > Example Body section. For this, we would suggest to make a feature request so it gets through to the relevant product team for review in their development process.

If you found this post helpful, please give it kudos. If my answer solved your problem, click "accept as solution" so that others can benefit from it.