Skip to content

Implement Get Admin and Get All Admins Endpoints - #354

Merged
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
zachyo:fix-196-11-backend-implement-get-admin-and-get-all-admins-endpoints
Oct 4, 2025
Merged

Implement Get Admin and Get All Admins Endpoints#354
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
zachyo:fix-196-11-backend-implement-get-admin-and-get-all-admins-endpoints

Conversation

@zachyo

@zachyo zachyo commented Oct 4, 2025

Copy link
Copy Markdown
Contributor

Description:

This PR implements two new endpoints for managing administrators, as requested.

  • Added a GET /admins endpoint to retrieve a list of all admin users.
  • Added a GET /admins/:id endpoint to retrieve a single admin user by their ID.

These changes fulfill the requirements of the issue by providing the necessary functionality for admin user retrieval.

Closes #196

@vercel

vercel Bot commented Oct 4, 2025

Copy link
Copy Markdown

@zachyo is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@yusuftomilola yusuftomilola left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution

@yusuftomilola
yusuftomilola merged commit 328b098 into DistinctCodes:main Oct 4, 2025
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

[11] BACKEND: Implement Get Admin and Get All Admins Endpoints

2 participants