Tenants
Tenant Var Code
OK
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A semicolon separated list of email addresses
A semicolon separated list of email addresses
A comma separated list of device types that this tenant can provision and manage
The culture used by this tenant. This is normally used in a portal for date formatting
The default UI language for new users. Empty value would set user preferences to use browser language settings
The default time zone to be used by this tenant. This is normally used to format dates and times for UI purposes. All dates are stored as UTC
A 4 digit number that uniquely identifies the parent of this tenant, returned only when the user has access to the parent tenant
Timestamp (UTC) indicating version of record being returned
ETag representing record version
GET /V2/{tenantVarCode} HTTP/1.1
Accept: */*
OK
{
"TenantCode": "text",
"Description": "text",
"AdminContacts": "text",
"SalesContacts": "text",
"DeviceTypes": "text",
"CultureName": "text",
"DefaultUiLanguage": "text",
"TimeZoneId": "text",
"Properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"ParentTenantCode": "text",
"Timestamp": "2026-01-01T00:00:00.000Z",
"ETag": "text"
}Parent Tenant Var Code
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A semicolon separated list of email addresses
A semicolon separated list of email addresses
A comma separated list of device types that this tenant can provision and manage
The culture used by this tenant. This is normally used in a portal for date formatting
The default UI language for new users. Empty value would set user preferences to use browser language settings
The default time zone to be used by this tenant. This is normally used to format dates and times for UI purposes. All dates are stored as UTC
A 4 digit number that uniquely identifies the parent of this tenant, returned only when the user has access to the parent tenant
Timestamp (UTC) indicating version of record being returned
ETag representing record version
OK
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A semicolon separated list of email addresses
A semicolon separated list of email addresses
A comma separated list of device types that this tenant can provision and manage
The culture used by this tenant. This is normally used in a portal for date formatting
The default UI language for new users. Empty value would set user preferences to use browser language settings
The default time zone to be used by this tenant. This is normally used to format dates and times for UI purposes. All dates are stored as UTC
A 4 digit number that uniquely identifies the parent of this tenant, returned only when the user has access to the parent tenant
Timestamp (UTC) indicating version of record being returned
ETag representing record version
POST /V2/{tenantVarCode} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"TenantCode": "text",
"Description": "text",
"AdminContacts": "text",
"SalesContacts": "text",
"DeviceTypes": "text",
"CultureName": "text",
"DefaultUiLanguage": "text",
"TimeZoneId": "text",
"Properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"ParentTenantCode": "text",
"Timestamp": "2026-01-01T00:00:00.000Z",
"ETag": "text"
}OK
{
"TenantCode": "text",
"Description": "text",
"AdminContacts": "text",
"SalesContacts": "text",
"DeviceTypes": "text",
"CultureName": "text",
"DefaultUiLanguage": "text",
"TimeZoneId": "text",
"Properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"ParentTenantCode": "text",
"Timestamp": "2026-01-01T00:00:00.000Z",
"ETag": "text"
}Tenant Var Code
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A semicolon separated list of email addresses
A semicolon separated list of email addresses
A comma separated list of device types that this tenant can provision and manage
The culture used by this tenant. This is normally used in a portal for date formatting
The default UI language for new users. Empty value would set user preferences to use browser language settings
The default time zone to be used by this tenant. This is normally used to format dates and times for UI purposes. All dates are stored as UTC
A 4 digit number that uniquely identifies the parent of this tenant, returned only when the user has access to the parent tenant
Timestamp (UTC) indicating version of record being returned
ETag representing record version
OK
No content
PUT /V2/{tenantVarCode} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 304
{
"TenantCode": "text",
"Description": "text",
"AdminContacts": "text",
"SalesContacts": "text",
"DeviceTypes": "text",
"CultureName": "text",
"DefaultUiLanguage": "text",
"TimeZoneId": "text",
"Properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"ParentTenantCode": "text",
"Timestamp": "2026-01-01T00:00:00.000Z",
"ETag": "text"
}OK
No content
Tenant Var Code
OK
Tenant Var Code
Name used to describe the tenant (max 250 characters)
A semicolon separated list of email addresses
A semicolon separated list of email addresses
A comma separated list of device types that this tenant can provision and manage
The culture used by this tenant. This is normally used in a portal for date formatting
The default UI language for new users. Empty value would set user preferences to use browser language settings
The default time zone to be used by this tenant. This is normally used to format dates and times for UI purposes. All dates are stored as UTC
A 4 digit number that uniquely identifies the parent of this tenant, returned only when the user has access to the parent tenant
Timestamp (UTC) indicating version of record being returned
ETag representing record version
GET /V2/{tenantVarCode}/tenants HTTP/1.1
Accept: */*
OK
[
{
"TenantCode": "text",
"Description": "text",
"AdminContacts": "text",
"SalesContacts": "text",
"DeviceTypes": "text",
"CultureName": "text",
"DefaultUiLanguage": "text",
"TimeZoneId": "text",
"Properties": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"ParentTenantCode": "text",
"Timestamp": "2026-01-01T00:00:00.000Z",
"ETag": "text"
}
]Last updated

