curl --request POST \
--url https://api2.rhombussystems.com/api/org/updateSAMLSettingsV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"samlSettings": [
{
"addUsersOnRoleMismatch": true,
"enabled": true,
"enabledForRhombusKey": true,
"idpMetaDataXml": "<string>",
"justInTimeAccountProvisioningEnabled": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"registrationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"rhombusKeyAppSettings": {
"bypassSaml": true,
"credentialProvisioningRules": {
"endDateProvisioner": {
"type": "<string>",
"value": 123
},
"maxMobileCredsAllowed": 123,
"startDateProvisioner": {
"type": "<string>",
"value": 123
}
},
"remoteUnlockEnabled": true,
"rhombusKeyAccessEnabled": true
},
"teamName": "<string>"
}
]
}
'