Tenants
Accounts
Accounts endpoint reference.
List
List of accounts for the Tenant.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tenantId | string | Yes | Tenant identifier. |
php
$response = $client->tenants()->accounts()->list('TENANT_ID');
List of accounts for the Tenant.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tenantId | string | Yes | Tenant identifier. |
$response = $client->tenants()->accounts()->list('TENANT_ID');