We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
users
server/queries/users.sql
GET
GET/pending-accounts
POST
Users
PUT/:uid
DELETE/:uid
The text was updated successfully, but these errors were encountered:
seancfong
Philip-Jian
Successfully merging a pull request may close this issue.
Instructions
users
endpoint.Notes
server/queries/users.sql
.Acceptance Criteria
GET
- Returns all data from the Users tableGET/pending-accounts
- Returns all data from Users table who are currently pending approvalPOST
- Adds a new row intoUsers
tablePUT/:uid
- Updates an existing user as approvedDELETE/:uid
- Deletes an existing user given their idResources
The text was updated successfully, but these errors were encountered: