When the admin wishes to update the user's profile, the admin console backend would be calling the Auth User API for the same.
However, to do so, the admin console backend would need to call the Auth User API with the user's token which it doesn't have.
Therefore, the backend would need to generate the same ( a very shortlived one ~ 1min ) and make the necessary API calls to accomplish the administration task.