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,
"deleted": true,
"deletedAtMillis": 123,
"developmentPartnerOrg": true,
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
]
},
"firmwareUpdateSettingsOverrides": [
{
"deviceTypes": [],
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
]
}
}
],
"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,
"supportAccessAllowedUntil": 123,
"tenantUrl": "<string>",
"thumbstripDisabled": true,
"uapSettings": {
"enabled": true,
"text": "<string>"
},
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"v3AuthNumDaysSkip2FAForTrustedDevices": 123
},
"warningMsg": "<string>"
}Update organization 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,
"deleted": true,
"deletedAtMillis": 123,
"developmentPartnerOrg": true,
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
]
},
"firmwareUpdateSettingsOverrides": [
{
"deviceTypes": [],
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
]
}
}
],
"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,
"supportAccessAllowedUntil": 123,
"tenantUrl": "<string>",
"thumbstripDisabled": true,
"uapSettings": {
"enabled": true,
"text": "<string>"
},
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"v3AuthNumDaysSkip2FAForTrustedDevices": 123
},
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Was this page helpful?