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.