共用方式為


Tenants - Get

依識別碼取得租使用者詳細資料。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}

URI 參數

名稱 位於 必要 類型 Description
tenantId
path True

string

Azure Sphere 租使用者識別碼。

回應

名稱 類型 Description
200 OK

TenantIdentity

成功。

範例

Get tenant details

Sample Request

GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb

Sample Response

{
  "Id": "768c2cd6-1bf0-4521-9f53-084a331d81cb",
  "Name": "ContosoTenant",
  "Roles": [
    "Administrator",
    "Contributor"
  ]
}

定義

TenantIdentity

名稱 類型 Description
Id

string

取得租使用者的識別碼。

Name

string

取得租使用者的易記名稱。

Roles

string[]

取得租使用者中使用者的角色。