유저 정보 조회하기
해당 id의 유저 정보를 조회하는 API입니다.
METHOD
URL
id: 유저 고유 id
RESPONSE
email: 이메일 (string)
name: 이름 (string)
nickname: 별명 (string)
phone: 전화번호 (string)
profileImage: 작성자 프로필 사진 (이미지 링크 string or base64 encoded string / BLOB)
RESPONSE EXAMPLE
success
HTTP Status code : 200 OK
fail
HTTP Status code : 400 Bad Request
name
type
description
status
string
HTTP status
message
string
에러 메시지
Last updated