GET/users/{userId}/photo
구성원 사진을 조회한다.
참고
API를 이용한 콘텐츠 다운로드 방법에 대해서는 파일 업로드/다운로드를 확인하십시오.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
user
user.read
directory
directory.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | 구성원 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
location 헤더에 요청에 해당하는 파일 접근 URL이 포함되어 반환된다.
Bad Request
Not Found