Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: 전화번호를 이용한 유저 상태 확인 API 구현 #45

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented May 28, 2024

🚀 개요

전화번호를 이용한 유저 상태 확인 API 구현

🔍 변경사항

  • 유저의 전화번호를 이용해 트리하우스에 가입하고자 할때, 유저가 신규회원인지(isNewUser)와 초대를 받은 유저인지(isInvited)를 나타내는 API

⏳ 작업 내용

  • POST /users/phone

📝 논의사항

@koojun99 koojun99 added the ✨ feat New feature or request label May 28, 2024
@koojun99 koojun99 requested a review from CYY1007 May 28, 2024 05:50
@koojun99 koojun99 self-assigned this May 28, 2024
@koojun99 koojun99 linked an issue May 28, 2024 that may be closed by this pull request
1 task
@CYY1007 CYY1007 merged commit af5cd6e into develop Jun 1, 2024
HyoBN pushed a commit that referenced this pull request Aug 9, 2024
Feat: 전화번호를 이용한 유저 상태 확인 API 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 전화번호 기반 유저 상태 반환 API 구현
2 participants