Logo
Real UISupport 3 Docs

User

사용자 단건 조회

GET /users/:id

GET
/api/rest/v1/users/:id

사용자 단건 조회

인증: Bearer 인증키 (REST_API) 또는 세션

Response Example
{
  "data": {
    "id": "...",
    "name": "홍길동",
    "email": "user@example.com"
  }
}