Org Authentication Settings - Toggle disable login credentials

Hi all, We have disabled login credentials on our Genesys Cloud environments allowing Single Sign on only to enhance security. In the event of an issue with our IDP we would like the ability to run a script via our OAuth client to enable credential login again whilst issues are investigated.

Seems this is not possible via the APIs. Have copied the relevant endpoints below.

GET/api/v2/organizations/authentication/settings

PATCH/api/v2/organizations/authentication/settings

The property for 'Disable Genesys Cloud Login' seems to be missing completely, I suspect by design.
Any possibility this could be included?

{
"multifactorAuthenticationRequired": false,
"domainAllowlistEnabled": false,
"domainAllowlist": [],
"ipAddressAllowlist": [],
"passwordRequirements": {
"minimumLength": ,
"minimumDigits": ,
"minimumLetters": ,
"minimumUpper": ,
"minimumLower": ,
"minimumSpecials": ,
"minimumAgeSeconds": ,
"expirationDays":
}
}

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.