Skip to content
New issue

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

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

Already on GitHub? # to your account

Implement user v2 endpoints #431

Open
5 tasks
nmarklund10 opened this issue Jun 6, 2022 · 0 comments
Open
5 tasks

Implement user v2 endpoints #431

nmarklund10 opened this issue Jun 6, 2022 · 0 comments

Comments

@nmarklund10
Copy link
Contributor

User Story

As a user
I'd like to have functional user API endpoints
So that I can create, read, update, and delete users in the system

Acceptance Criteria

  • implement GET /v2/users
  • implement POST /v2/users
  • implement GET /v2/users/{email}
  • implement POST /v2/users/{email}
  • implement DELETE /v2/users/{email}
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant