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

Account Microservice User API Endpoints #650

Closed
vselvarajijay opened this issue May 23, 2024 · 2 comments
Closed

Account Microservice User API Endpoints #650

vselvarajijay opened this issue May 23, 2024 · 2 comments
Assignees

Comments

@vselvarajijay
Copy link
Collaborator

vselvarajijay commented May 23, 2024

User Endpoint

POST /v1/user/

  • Create new user

GET /v1/user/{user_id}/

  • Get user - returns JSON object of the User resource

PUT /v1/user/{user_id}/

  • Update user - PUT a JSON object and the backend should do a lookup and make updates only by key/value

QA Notes:

  • Need to validate that the email post is a valid email
  • Need to handle cases if a user already exists
  • Need to handle cases if a user does not exist
@vselvarajijay
Copy link
Collaborator Author

Tagging @matthewhou19 since he is working on this

@matthewhou19
Copy link
Contributor

'I will work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants