🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/org/findSCIMSettingsForOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"scimSettings": {
"addUsersOnRoleMismatch": true,
"createdAtMillis": 123,
"forceRolesStrictSchemaFormat": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"rhombusKeyAppSettings": {
"bypassSaml": true,
"credentialProvisioningRules": {
"endDateProvisioner": {
"type": "<string>",
"value": 123
},
"maxMobileCredsAllowed": 123,
"startDateProvisioner": {
"type": "<string>",
"value": 123
}
},
"remoteUnlockEnabled": true,
"rhombusKeyAccessEnabled": true
},
"rolesFormat": "LIST_OF_STRINGS",
"sendWelcomeEmailToNewRhombusKeyUsers": true,
"sendWelcomeEmailToNewUsers": true,
"updatedAtMillis": 123
}
}Get SCIM configuration for organization
curl --request POST \
--url https://api2.rhombussystems.com/api/org/findSCIMSettingsForOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"scimSettings": {
"addUsersOnRoleMismatch": true,
"createdAtMillis": 123,
"forceRolesStrictSchemaFormat": true,
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"rhombusKeyAppSettings": {
"bypassSaml": true,
"credentialProvisioningRules": {
"endDateProvisioner": {
"type": "<string>",
"value": 123
},
"maxMobileCredsAllowed": 123,
"startDateProvisioner": {
"type": "<string>",
"value": 123
}
},
"remoteUnlockEnabled": true,
"rhombusKeyAccessEnabled": true
},
"rolesFormat": "LIST_OF_STRINGS",
"sendWelcomeEmailToNewRhombusKeyUsers": true,
"sendWelcomeEmailToNewUsers": true,
"updatedAtMillis": 123
}
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for finding SCIM settings for organization.
OK
Response object containing SCIM settings for organization.
Show child attributes
Was this page helpful?