Is it possible to un-delete a user?
As Amity implements soft delete functionality, user will always stay in the Amity database with original userId and name “Deleted User”
Repeated attempt to create the user using PUT/api/v3/users will update the name to a desired one, but isDeleted flag will always remain true, meaning this userID is unusable anymore