Feature #7826
closedUser Profile Update, Soft Delete, and Get APIs Implementation
Subtasks
Related issues
Updated by Pavan Kumar Murala 26 days ago
- Status changed from New to In Progress
Updated by Pavan Kumar Murala 26 days ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- Estimated time changed from 2:00 h to 3:00 h
Update API
Allows modification of user profile details.
Validates input data before updating.
Updates only non-deleted users.
Delete API (Soft Delete)
Implemented soft delete using isDeleted flag.
Instead of permanently deleting data, the isDeleted field is set to true.
Capturing delete comment for audit and tracking purposes.
Ensures data integrity and recoverability.
Get API
Fetches user profile details.
Filters records based on isDeleted status.
Returns only active users (isDeleted: false) where required.
get by id and creation has tacking phone number also