How to locate deleted users by name/email?

Log entries related the user deletion events only contain the userid of the user being delted.

How can I find if/when/who delted a particular user, without knowing the userid?

For example how find if/when user firstmame.lastname@example.com was deleted?

Hi @kalin_sheytanov

Welcome to the Auth0 Community!

Thank you for posting your question. If you need to check the user quickly and you know the user email, you can use Auth0 Management API v2, log in with your Auth0 credentials, set the API Token, and use this page to get user_id.

I hope this will help you!

Thanks
Dawid

Hi Dawid,

Thanks for hopping in, but I am afraid this would not help. The scenario is:

  1. User John Doe self registers, logs in and starts using an app.
  2. After some time he reports he is no more able to login.
  3. After inspection, I find out his account no longer exists.

Problem:
How to find who deleted John Doe? I know his email adress, but I don’t know his user ID.

Thanks,
Kalin.

You can use the log monitoring tool to find the deleted user’s log and see how the user was deleted.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.