Employee Management

Toggle employee active/inactive status

patch/employees/change-status/{id}

Path parameters

idnumber required
Example:1

The ID of the entity

Request body

isActiveboolean required

Active status of the employee

Example request

{
  "isActive": true
}

Response

Employee status updated successfully.

Changes

No recorded changes to this endpoint across all 1 revision of this API.