Improved

v3.0.6

  • add support for updating user status via PUT /eapi/users/{id} on Update user by id
  • allow status values active and inactive in the update payload
  • return 409 Conflict with message "User already deactivated" when trying to deactivate an already inactive user
  • keep successful updates returning 200 OK with the full user payload