When I use API:ComponentAccessor.getUserUtil().createUser(),The program was interrupted due to other verification errors. After I fixed the bug, I found that when I added this user again, I would get an error:User already exists!But I cannot find this user in the user directory, nor can I find it in the table: cwd_user.When I use api: getId (), I can find the userid of the user who failed to be created before.
I want to know how to delete this user which I can not find in the user directory or cwd_user.Or how can I add this user in the user directory or cwd_user?