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

Implement User APIs (Admin) #44

Open
IvanoskiHarmonia opened this issue Jun 19, 2024 · 0 comments
Open

Implement User APIs (Admin) #44

IvanoskiHarmonia opened this issue Jun 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@IvanoskiHarmonia
Copy link
Owner

Description:
Create APIs for admin users to manage user permissions and account status.

Tasks:

  1. POST/PATCH /users/:id/permissions
    • Change user permissions.
  2. POST/PATCH /users/:id/ban
    • Ban a user to prevent authentication.
  3. DELETE /users/:id
    • Delete a user's account.

Expected Outcome:
Admin users will have the ability to manage user accounts and permissions through a set of APIs.

@IvanoskiHarmonia IvanoskiHarmonia added the enhancement New feature or request label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant