Self Registration - Don't allow

Vmadathil
Getting noticed

Self Registration - Don't allow

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. 

 

Vmadathil_0-1728542804044.png

 

1 Reply 1
JosRus
Meraki Employee
Meraki 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.
Get notified when there are additional replies to this discussion.