Tenants - Get
ID でテナントの詳細を取得します。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
tenant
|
path | True |
string |
Azure Sphere テナント ID。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功しました。 |
例
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
名前 | 型 | 説明 |
---|---|---|
Id |
string |
テナントの ID を取得します。 |
Name |
string |
テナントのフレンドリ名を取得します。 |
Roles |
string[] |
テナント内のユーザーのロールを取得します。 |