We are having some issues with a ghost user that cannot be deleted via the user management dashboard or management API, but still appears in the users list in the dashboard. The user belongs to a custom database connection. When I click on the view details button for the user , I’m getting an error “Error! The user does not exist.” I also tried to delete the connection user using Management API but getting 204 response code which means the user does not exist.
When we create another user using the same email id, the user gets successfully created. But we are unable to trigger password reset email for the new user created. The problem could be because of the ghost user which exists, since the reset password email functionality works for all other users.
Attaching screenshot below which shows there exists two user accounts with the same email in the same tenant, out of which one is a non-existent user.
I tried using the “Delete a connection user endpoint” to remove the affected email address. Got 204 response from the API. But the ghost user with the same email id is still showing up in the user management dashboard.
To delete a user with the “Delete a user” endpoint, I would require user_id right? When I click on the user in the user management screen to view details , I get this error - “Error! User does not exist.” Attached screenshot of the error below.
Hi. I have similar issue and yes I am still experiencing similar issue of deleting a user via API as of this writing. What is happening? This is not yet resolved.