Skip to content

유저 정보 조회

Najeong-Kim edited this page Nov 4, 2021 · 4 revisions
METHOD URL
GET /user/:userId/profile

Response

{
    "loginID": "tester",
    "username": "테스터",
    "thumbnail": null | "URL",
    "bio": null | "bio"
}
Clone this wiki locally