Skip to main content
POST
/
api
/
org
/
updateMFASettings
Update MFA settings
curl --request POST \
  --url https://api2.rhombussystems.com/api/org/updateMFASettings \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "mfaEnabled": true,
  "v3AuthNumDaysSkip2FAForTrustedDevices": 30
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "org": {
    "accountBillingContactEmail": "<string>",
    "accountOwnerEmail": "<string>",
    "accountTechnicalContactEmail": "<string>",
    "accountTechnicalContacts": [
      "<string>"
    ],
    "address1": "<string>",
    "address2": "<string>",
    "audioAnalysisEnabled": true,
    "audioRecordingEnabled": true,
    "bandwidthReportsDisabled": true,
    "companyLogoUrl": "<string>",
    "companyLogoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "countryCode": "<string>",
    "createdAtMillis": 123,
    "criticalStatusEnabled": true,
    "defaultPlayerViewLiveType": "REALTIME",
    "deleted": true,
    "deletedAtMillis": 123,
    "developmentPartnerOrg": true,
    "firmwareUpdateSettings": {
      "intervalsV2": [
        {
          "minuteOfWeekStart": 123,
          "minuteOfWeekStop": 123
        }
      ],
      "mode": "MANUAL"
    },
    "firmwareUpdateSettingsOverrides": [
      {
        "deviceTypes": [
          "BLE_TRACKER"
        ],
        "firmwareUpdateSettings": {
          "intervalsV2": [
            {
              "minuteOfWeekStart": 123,
              "minuteOfWeekStop": 123
            }
          ],
          "mode": "MANUAL"
        }
      }
    ],
    "inactivityTimeout": 123,
    "itemizedInvoice": true,
    "keypadLogoUrl": "<string>",
    "keypadLogoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "llmUsageEnabled": true,
    "maxAllowedSegmentMaxBytesMap": {},
    "mfaEnabled": true,
    "motionGridDisabled": true,
    "motionLightweightDisabled": true,
    "name": "<string>",
    "newCameraFramerateMap": {},
    "newCameraResolutionMap": {},
    "newCameraSegmentMaxBytesMap": {},
    "newCameraVideoTargetQualityMap": {},
    "newCameraZeroMotionVideoQualityMap": {},
    "notifyForHardwareFailureTickets": true,
    "partnerAccessAllowedUntil": 123,
    "postalCode": "<string>",
    "rhombusKeyLogoUrl": "<string>",
    "rhombusKeyLogoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "salesforceAccountId": "<string>",
    "shareAiTrainingMediaWithRhombus": true,
    "subscriptionEndDate": 123,
    "subscriptionStatus": "TRIAL",
    "subscriptionType": "STARTER",
    "supportAccessAllowedUntil": 123,
    "tenantUrl": "<string>",
    "thumbstripDisabled": true,
    "type": "PARTNER",
    "uapSettings": {
      "enabled": true,
      "text": "<string>"
    },
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "v3AuthNumDaysSkip2FAForTrustedDevices": 123
  },
  "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 MFA settings.

mfaEnabled
boolean | null

Whether MFA is enabled for the organization

Example:

true

v3AuthNumDaysSkip2FAForTrustedDevices
integer<int32> | null

Number of days to skip 2FA for trusted devices (< 0 = forever, 0 = always require 2FA, > 0 = days to skip)

Example:

30

Response

200 - application/json

OK

Response object for updating MFA settings.

error
boolean | null
errorMsg
string | null
org
object

List of Rhombus organizations the user has access to

warningMsg
string | null