Is there a way to know which process triggered the Get User action script?

Hi,

Is there a way to know which action (i.e. Forgot Password email request, or user sign up) triggered the Get User action script? The function signature ‘getByEmail(email, callback)’ suggests that only the email is available. I want to know that the GET USER action script in custom DB is triggered when user clicks Forgot Password on the login page. Is that possible?