Closed Ajinx1 closed 3 months ago
This pull request introduces a new API endpoint to retrieve a user's data privacy settings.
GET /api/v1/users/{user_id}/data-privacy-settings
SuperAdmin
API DOC HERE
Authorization Header:
{ "Authorization": "Bearer <token>" }
This pull request addresses Issue 308.
The changes have been tested with the following methods:
Description
This pull request introduces a new API endpoint to retrieve a user's data privacy settings.
Key Features
GET /api/v1/users/{user_id}/data-privacy-settings
SuperAdmin
role can access other users' data privacy settings. Regular users can access their own settings.API DOC HERE
Acceptance Criteria
Authorization Header:
Related Issue
This pull request addresses Issue 308.
How Has This Been Tested?
The changes have been tested with the following methods:
Screenshots (if appropriate - Postman, etc.)
Types of Changes
Checklist