Tenants
Account Types
Account Types endpoint reference.
List
List of account types available for the Tenant to provision accounts.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tenantId | string | Yes | Tenant identifier. |
php
$response = $client->tenants()->accountTypes()->list('TENANT_ID');

