Fixed the /users API which currently allows any user to see details of other users, which is a security risk. This API should be removed to prevent unauthorized access to user information.
Breaking Changes
[ ] Yes
[x] No
If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.
Development Tested?
[x] Yes
[ ] No
Confirm whether the changes have been tested locally during development.
Tested in Staging?
[ ] Yes
[x] No
Indicate whether the changes have been tested in the staging environment for dev to main.
Database Changes
[ ] Yes
[x] No
Indicate whether the changes include modifications to the database.
Screenshots
Attach any relevant screenshots, such as test coverage reports, before and after images, or other visual aids.
Additional Notes
Include any additional notes, considerations, or explanations that might be helpful for reviewers.
Issue Ticket Number
Description
Fixed the
/users
API which currently allows any user to see details of other users, which is a security risk. This API should be removed to prevent unauthorized access to user information.Breaking Changes
If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.
Development Tested?
Confirm whether the changes have been tested locally during development.
Tested in Staging?
Indicate whether the changes have been tested in the staging environment for dev to main.
Database Changes
Indicate whether the changes include modifications to the database.
Screenshots
Attach any relevant screenshots, such as test coverage reports, before and after images, or other visual aids.
Additional Notes
Include any additional notes, considerations, or explanations that might be helpful for reviewers.