When a user inside the tenant generates an operation the User’s name is N/A, but this is an invitation made by a user in this tenant, therefore the operation log. How can I get the user who performed the action user’s name to show up? Is it a configuration issue?
Thank you for your help in advance!
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:
I hope this suits your use case!
Kind regards,
Remus