Logo
Waktaverse Games Docs
프로필 API

다른 사용자 프로필 정보

연동된 게임에서 다른 사용자 기본 정보를 얻습니다.

GET
/api/game-link/user/profile/{userId}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

userIdRequirednumber

조회할 유저의 id 입력

curl -X GET "https://example.com/api/game-link/user/profile/{userId}" \
  -H "Authorization: Bearer <token>"

조회 성공시.

{
  "id": 1,
  "name": "팬치",
  "profileImg": "https://phinf.pstatic.net/contact/20230203_106/.../image.png"
}