Skip to main content
POST
/
api
/
org
/
updateSAMLSettingsV2
Update SAML settings V2
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>"
    }
  ]
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for updating SAML settings V2.

samlSettings
object[] | null

List of SAML settings to update

Response

200 - application/json

OK

Response object for updating SAML settings V2.

error
boolean | null
errorMsg
string | null
warningMsg
string | null