Parameter
|
Description
|
Valid Values
|
{id}
|
The ID of the tenant.
|
A valid tenant ID.
|
Property
|
Description
|
Valid Values
|
"id"
|
The ID of the tenant.
|
A valid tenant ID.
|
"name"
|
The name of the tenant.
|
A string that specifies the name of the tenant.
|
"description"
|
A description of the tenant.
|
A string that provides a description of the tenant.
|
"parentTenant"
|
The ID of the parent tenant.
|
null | 1
null is returned when the query is executed for the system tenant.
1 is returned when the query is executed for tenants in the system tenant.
|
"status"
|
The status of the tenant.
|
This option will be available with a future update.
0 | 1
0 specifies that the tenant is inactive.
1 specifies that the tenant is active.
|
"roles"
|
The role or roles that belong to the tenant.
|
A valid role ID or comma-separated list of valid role IDs.
|
"admins"
|
A list of administrators who have administrative access to the tenant.
|
A valid user ID or comma-separated list of valid user IDs.
Any user that appears in this list has administrative access on the tenant. However, the user must have permissions to execute corresponding operations.
|