Tenant Profiles #
The Tenant Profile resource allows available profiles to be queried. Tenant profiles control the features that will be exposed to the customer.
/{VERSION}/accounts/{ACCOUNT_TENANT_ID}/customers/{CUSTOMER_TENANT_ID}/tenantprofiles
Tenant Profile Schema #
Tenant profiles can be used to control the features available to customers.
Property | Description | Type |
---|---|---|
id | The unique identifier for the profile | string |
name | The short name the profile is referred to in the portal UIs | string |
description | A longer descriptive name for profile | string |
Available Interfaces #
Interface | Description |
---|---|
Get All | Returns a collection of all tenant profiles. |