HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
👼
[팀2] 극락이들
/
🌱
백엔드
/
🌨️
REST API 설계
/
🥎
회원 검색 조회
🥎

회원 검색 조회

Description
Mapping 오류 이상 없음
URI
/api/v1/members/search?email={email}
완료
완료
Mapping 오류
이상 무
Domain
Member
Method
GET
담당자

Request

  • Content-type : application/json
  • parameters
    • query
      • email ( required )
        • type : String
        • 설명 : 검색할 이메일

Response

{ "message": "PARTICIPANT_READ_SUCCESS", "serverDateTime": "2021-12-15T02:39:41.887792", "data": { "avatar": "string", "email": "string", "memberId": 0, "nickname": "string" } }