Next Topic

Previous Topic

Book Contents

Get Tenants

Returns an array of tenant partitions in the VSA. Does not include partition 1.

Note: This API requires the VSA to be using SSL.

GET /tenantmanagement/tenants

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

Active

boolean

 

 

Suspended

boolean

 

 

Id

decimal

 

 

Ref

string

 

 

Type

string

 

 

TimeZoneOff

int

 

 

Attributes

string

 

 

Sample Response Model

{
  "TotalRecords": 1,
  "Result": [
    {
      "Active": true,
      "Suspended": false,
      "Id": "25193872152351397221212252",
      "Ref": "CalicoIT",
      "Type": null,
      "TimeZoneOffset": null,
      "Attributes": null
    }
  ],
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}