Project

General

Profile

Edit Copy Actions

Feature #7826

closed

User Profile Update, Soft Delete, and Get APIs Implementation

Added by Pavan Kumar Murala 26 days ago. Updated 26 days ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
02/19/2026
Due date:
02/19/2026
% Done:

100%

Estimated time:
3:00 h
Spent time:

Add

Subtasks


Add

Related issues

Actions #1

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

Edit Copy Actions

Also available in: Atom PDF