Is it possible to un-delete a user?

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

Hi @artjoman, thank you for your inquiry.

That is correct, un-deleting users aren’t possible right now.
You’ll have to create a new user with completely new ID.

Anything else please don’t hesitate to let us know.