Fetch a list of tenants associated with the CDO user.
GET {{baseUrl}}/v1/tenants?limit=50&offset=0
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
limit | number | The number of results to retrieve. | |
offset | number | The offset of the results retrieved. The CDO Public API uses the offset field to determine the index of the first result retrieved, and will retrieve limit results from the offset specified. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","offset":"\u003cinteger\u003e","items":[{"uid":"\u003cuuid\u003e","name":"\u003cstring\u003e","securityCloudControlEnterpriseId":"\u003cuuid\u003e","displayName":"\u003cstring\u003e","payType":"TRIAL"},{"uid":"\u003cuuid\u003e","name":"\u003cstring\u003e","securityCloudControlEnterpriseId":"\u003cuuid\u003e","displayName":"\u003cstring\u003e","payType":"PAYING"}]}