Hi @fabio.santos,
Welcome to the Auth0 Community!
You are correct when mentioning that when making an API Operation the user’s name shows up as N/A when checking the logs. However when checking an api operation that has the “channel”
set to “``https://manage.auth0.com/”
you can check the auth object that will include the tenant administrator’s information, such as the name as well.
In order to list the name of the administrator user name that made any type of api changes directly in the logs you can use the Delegated Administration Extension by taking advantage of the Hook Extensibility, more specifically the Access Hook.
Here are the relevant knowledge articles that worth following:
-
How to Filter Logs for Operations Performed by Tenant Administrators
-
How to Determine the User that Performed Change via Delegated Admin Portal
I hope this suits your use case!
Kind regards,
Remus