v1.1.0
Added
Temporary User Suspension: The ability to temporarily suspend user accounts via the new
SUSPENDEDstatus has been introduced.Feature Description: A user with this status is blocked from accessing the panel. The status is reversible and can be changed back to
ACTIVEat any time.Technical Details:
The
SUSPENDEDstatus has been added to theUserobject model and as a query parameter inGET /users.The
PATCH /users/{userId}endpoint now handles status changes to and fromSUSPENDED.The
POST /user-notificationwebhook sends notifications for this status change.
Access Control: Users with either
SUSPENDEDorINACTIVEstatus are now prevented from accessing the user panel.Model Enums: A new
REVIEWvalue has been added to theLegalRepresentativeStatusEnum.
Changed
Model Enums: Changes have been made to existing Enum models.
In
EntityValidationErrorEnum, the error codeINVALID_INACTIVE_STATUS_UPDATE_ERRORhas been renamed toINVALID_STATUS_UPDATE_ERROR.
Last updated

