Skip to main content
POST
Update general settings

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

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.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for updating general organization settings.

accountBillingContactEmail
string | null

Email of the account billing contact

Example:

"billing@acme.com"

accountOwnerEmail
string | null

Email of the account owner

Example:

"owner@acme.com"

accountTechnicalContactEmail
string | null

Email of the account technical contact

Example:

"tech@acme.com"

accountTechnicalContacts
(string | null)[] | null

List of account technical contact emails

List of account technical contact emails

connectivityBatchWindowSecs
integer<int32> | null
int32

Window in seconds over which device connectivity notifications are batched into a single digest; null or 0 disables batching

Example:

300

defaultPlayerViewLiveType
enum<string>
Available options:
REALTIME,
BUFFERED
inactivityTimeout
integer<int32> | null
int32

Inactivity timeout in minutes

Example:

30

mobileSessionLimitInDays
integer<int32> | null
int32

Mobile session length in days (1-365); sessions older than this are invalidated and the mobile apps re-authenticate

Example:

30

name
string | null

Name of the organization

Example:

"Acme Corporation"

uapSettings
object | null

Response

200 - application/json

OK

Response object for updating general organization settings.

error
boolean | null
errorMsg
string | null
warningMsg
string | null
Last modified on August 22, 2026