How to find who deleted the users

hello friends,

we have multiple dashbaord admins for a tenant, and have come across lately someone is deleting the users just to create nuisance. Can anyone help how to track which of the admins deleted the users?

Hello Ashish,

If you go into the logs in your dashboard, there should be some logs with the type: API Operation and description: Delete a user. Inside this log should be a details parameter like below:

"details": {
    "request": {      
      "auth": {
        "user": {
          "user_id": "google-apps|test@gmail",
          "name": "Test Admin",
          "email": "test@test.com"
        }
      }
    }
  }

That will be the person who is deleting your users.

2 Likes

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