Tenants
Gets the tenants for your account.
GET https://management.azure.com/tenants?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
api-version
|
query | True |
|
The API version to use for the operation. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK - Returns an array of tenants. |
Definitions
| TenantIdDescription |
Tenant Id information. |
| TenantListResult |
Tenant Id information.
| Name | Type | Description |
|---|---|---|
| id |
|
The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000. |
| tenantId |
|
The tenant ID. For example, 00000000-0000-0000-0000-000000000000. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
The URL to use for getting the next set of results. |
| value |
An array of tenants. |