🚧 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/updateOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"org": {
"accountOwnerEmail": "<string>",
"address1": "<string>",
"address2": "<string>",
"countryCode": "<string>",
"createdAtMillis": 123,
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
],
"mode": "MANUAL"
},
"itemizedInvoice": true,
"mfaEnabled": true,
"name": "<string>",
"newCameraFramerateMap": {},
"newCameraResolutionMap": {},
"newCameraSegmentMaxBytesMap": {},
"newCameraVideoTargetQualityMap": {},
"notificationSettings": {
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"slackChannel": "<string>",
"slackEnabled": true,
"slackWebhookUrl": "<string>"
},
"partnerAccessAllowedUntil": 123,
"planType": "TRIAL",
"postalCode": "<string>",
"rbacSettings": {
"enabled": true
},
"samlSettings": {
"addUsersOnRoleMismatch": true,
"enabled": true,
"idpMetaDataXml": "<string>",
"justInTimeAccountProvisioningEnabled": true
},
"subscriptionEndDate": 123,
"subscriptionStatus": "TRIAL",
"subscriptionType": "STARTER",
"supportAccessAllowedUntil": 123,
"teamName": "<string>",
"type": "PARTNER",
"uapSettings": {
"enabled": true,
"text": "<string>"
},
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"samlEntityIdUniquenessConstraintFailure": true,
"teamNameNotAssignedFailure": true,
"teamNameUniquenessConstraintFailure": true
}Update organization details
curl --request POST \
--url https://api2.rhombussystems.com/api/org/updateOrg \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"org": {
"accountOwnerEmail": "<string>",
"address1": "<string>",
"address2": "<string>",
"countryCode": "<string>",
"createdAtMillis": 123,
"firmwareUpdateSettings": {
"intervalsV2": [
{
"minuteOfWeekStart": 123,
"minuteOfWeekStop": 123
}
],
"mode": "MANUAL"
},
"itemizedInvoice": true,
"mfaEnabled": true,
"name": "<string>",
"newCameraFramerateMap": {},
"newCameraResolutionMap": {},
"newCameraSegmentMaxBytesMap": {},
"newCameraVideoTargetQualityMap": {},
"notificationSettings": {
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"slackChannel": "<string>",
"slackEnabled": true,
"slackWebhookUrl": "<string>"
},
"partnerAccessAllowedUntil": 123,
"planType": "TRIAL",
"postalCode": "<string>",
"rbacSettings": {
"enabled": true
},
"samlSettings": {
"addUsersOnRoleMismatch": true,
"enabled": true,
"idpMetaDataXml": "<string>",
"justInTimeAccountProvisioningEnabled": true
},
"subscriptionEndDate": 123,
"subscriptionStatus": "TRIAL",
"subscriptionType": "STARTER",
"supportAccessAllowedUntil": 123,
"teamName": "<string>",
"type": "PARTNER",
"uapSettings": {
"enabled": true,
"text": "<string>"
},
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"samlEntityIdUniquenessConstraintFailure": true,
"teamNameNotAssignedFailure": true,
"teamNameUniquenessConstraintFailure": true
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating organization details (deprecated).
Organization information to update
Show child attributes
Was this page helpful?