GET/users/{userId}
구성원의 메일 주소를 조회한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
user.email.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| userId | string | 구성원 ID readOnly : true |
| string | 계정. maxLength : 90 readOnly : true |
example
1{2 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x",3 "email": "localpart@example.com"4}Not Found