Fetch a list of tenants associated with the CDO user.

GET {{baseUrl}}/v1/tenants?limit=50&offset=0

Request Params

KeyDatatypeRequiredDescription
limitnumberThe number of results to retrieve.
offsetnumberThe 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

KeyDatatypeRequiredDescription
Acceptstring

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"}]}