v1.1.0 - Test Environment
[v1.1.0] - 2025-07-15
Added
Temporary User Suspension: The ability to temporarily suspend user accounts via the new
SUSPENDED
status 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
ACTIVE
at any time.Technical Details:
The
SUSPENDED
status has been added to theUser
object model and as a query parameter inGET /users
.The
PATCH /users/{userId}
endpoint now handles status changes to and fromSUSPENDED
.The
POST /user-notification
webhook sends notifications for this status change.
Access Control: Users with either
SUSPENDED
orINACTIVE
status are now prevented from accessing the user panel.Model Enums: A new
REVIEW
value has been added to theLegalRepresentativeStatusEnum
.
Changed
Model Enums: Changes have been made to existing Enum models.
In
EntityValidationErrorEnum
, the error codeINVALID_INACTIVE_STATUS_UPDATE_ERROR
has been renamed toINVALID_STATUS_UPDATE_ERROR
.
Last updated