다음을 통해 공유


Access Control - List Roles By User

테넌트 범위 내에서 사용자에게 할당된 역할을 가져옵니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
tenantId
path True

string

uuid

역할을 가져올 테넌트 ID입니다.

userId
path True

string

역할을 가져올 보안 주체 ID 또는 전자 메일 주소입니다.

응답

Name 형식 Description
200 OK

AccessControlGetRolesResponse

성공.

정의

Name Description
AccessControlGetRolesResponse
TenantRole

AccessControlGetRolesResponse

Name 형식 Description
Roles

TenantRole[]

보안 주체에 할당된 역할.

TenantRole

Name 형식 Description
RoleNames

string[]

TenantId 컨텍스트에서 보안 주체에 할당된 역할

TenantId

string

역할이 할당된 테넌트 ID입니다.