Tenants - List
取得您帳戶的租使用者。
GET https://management.azure.com/tenants?api-version=2022-12-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 - 傳回租用戶的陣列。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
GetAllTenants
範例要求
範例回覆
{
"value": [
{
"id": "/tenants/a70a1586-9c4a-4373-b907-1d310660dbd1",
"tenantId": "a70a1586-9c4a-4373-b907-1d310660dbd1",
"countryCode": "US",
"displayName": "Test_Test_aad50",
"domains": [
"aad50.ccsctp.net"
],
"tenantCategory": "ManagedBy",
"defaultDomain": "aad50.ccsctp.net",
"tenantType": "AAD"
},
{
"id": "/tenants/83abe5cd-bcc3-441a-bd86-e6a75360cecc",
"tenantId": "83abe5cd-bcc3-441a-bd86-e6a75360cecc",
"countryCode": "US",
"displayName": "Contoso Corp.",
"domains": [
"auxteststagemanual.ccsctp.net"
],
"tenantCategory": "Home",
"defaultDomain": "auxteststagemanual.ccsctp.net",
"tenantType": "AAD"
},
{
"id": "/tenants/daea2e9b-847b-4c93-850d-2aa6f2d7af33",
"tenantId": "daea2e9b-847b-4c93-850d-2aa6f2d7af33",
"countryCode": "US",
"displayName": "TEST_TEST_RDV",
"domains": [
"rdvmohoro.ccsctp.net",
"rdvmohoro.mail.ccsctp.net",
"rdvmohoro.com"
],
"tenantCategory": "ProjectedBy",
"defaultDomain": "rdvmohoro.ccsctp.net",
"tenantType": "AAD",
"tenantBrandingLogoUrl": "logo1.logo.rdvmohoro.com"
}
],
"nextLink": "..."
}
定義
名稱 | Description |
---|---|
Cloud |
資源管理要求的錯誤回應。 |
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Tenant |
租用戶的類別。 |
Tenant |
租用戶標識碼資訊。 |
Tenant |
租用戶識別碼資訊。 |
CloudError
資源管理要求的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤回應 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
錯誤物件。 |
TenantCategory
租用戶的類別。
名稱 | 類型 | Description |
---|---|---|
Home |
string |
|
ManagedBy |
string |
|
ProjectedBy |
string |
TenantIdDescription
租用戶標識碼資訊。
名稱 | 類型 | Description |
---|---|---|
country |
string |
租使用者位址的國家/地區名稱。 |
countryCode |
string |
租用戶的國家/地區縮寫。 |
defaultDomain |
string |
租用戶的預設網域。 |
displayName |
string |
租用戶的顯示名稱。 |
domains |
string[] |
租使用者的網域清單。 |
id |
string |
租使用者的完整標識碼。 例如,/tenants/8d65815f-a5b6-402f-9298-045155da7d74 |
tenantBrandingLogoUrl |
string |
租用戶的商標標誌 URL。 僅適用於「首頁」租用戶類別。 |
tenantCategory |
租用戶的類別。 |
|
tenantId |
string |
租用戶標識碼。 例如,8d65815f-a5b6-402f-9298-045155da7d74 |
tenantType |
string |
租用戶類型。 僅適用於「首頁」租用戶類別。 |
TenantListResult
租用戶識別碼資訊。
名稱 | 類型 | Description |
---|---|---|
nextLink |
string |
用於取得下一組結果的 URL。 |
value |
租用戶的陣列。 |