(Development) : Implement Endpoint to Get Profile of Current User (Logged In User) #2
Labels
🧑💻 Development
Development Related Tasks
enhancement
New feature or request
good first issue
Good for newcomers
Issue Description
Objective:
Implement an endpoint to retrieve the logged-in user's profile data following the CQRS pattern, data to get from Elasticsearch
Endpoint:
Request Body:
None
Response Body:
Create a new response in
payloads/response
namedLoggedInUserProfile.java
. Include all variables present in Profile Entity except for secretive information.Validations:
@AuthenticationPrincipal
.Rules:
Contact:
Feel free to reach me at any of the below links:
The text was updated successfully, but these errors were encountered: