Skip to main content
POST
/
api
/
org
/
updateOrg
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
}

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 organization details (deprecated).

org
object

Organization information to update

Response

200 - application/json

OK

Response object for updating organization details (deprecated).

samlEntityIdUniquenessConstraintFailure
boolean | null
teamNameNotAssignedFailure
boolean | null
teamNameUniquenessConstraintFailure
boolean | null