🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/org/getSAMLSettings \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "error": true, "errorMsg": "<string>", "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>" }, "warningMsg": "<string>" }
Deprecated. Use getSAMLSettingsV2
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting SAML settings (deprecated).
OK
Response object containing SAML settings (deprecated).
List of SAML settings to update
Show child attributes
Was this page helpful?