akello icon indicating copy to clipboard operation
akello copied to clipboard

Account Microservice User API Endpoints

Open vselvarajijay opened this issue 1 year ago • 2 comments

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 avatar May 23 '24 01:05 vselvarajijay

Tagging @matthewhou19 since he is working on this

vselvarajijay avatar May 30 '24 12:05 vselvarajijay

'I will work on it

matthewhou19 avatar Jun 02 '24 19:06 matthewhou19