사용자 정보 조회

GET /users/{userId}

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Response

{
  "userId": "fubi",
  "userName": "fubi",
  "description": "I'm fubi",
  "createdDate": 2025-05-14T01:06:55.323
}

Last updated