Get all Tenants
{ getAllTenants }
Get a list of all tenants and their related metadata
Method
/API3/access/getAllTenants
- Enterprise Admin
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Tenant response object with details of each tenant found in the system.. Note that the response is returned as a list of items of this object type.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP