Tenants - Get
ID별로 테넌트 세부 정보를 가져옵니다.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
tenant
|
path | True |
string |
Azure Sphere 테넌트 ID입니다. |
응답
Name | 형식 | Description |
---|---|---|
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
Name | 형식 | Description |
---|---|---|
Id |
string |
테넌트 ID를 가져옵니다. |
Name |
string |
테넌트 이름을 가져옵니다. |
Roles |
string[] |
테넌트에서 사용자의 역할을 가져옵니다. |