Getting the logged in user that triggered a webhook?

At the moment I am catching a Webhook in Zapier on every new activity added to Pipedrive. I can get all sorts of useful information from this webhook, but I cannot seem to find the ‘Logged in User’ anywhere.

Does anyone have any idea where I could find this information from the API? I’ve found Deal Owner, Person, the user who created the API token even seems to be in there. But is there nothing for ‘logged in User responsible for creating the activity’?

I was hoping this would be available through the API because I know you can use it in Pipedrive filters.

Hi there :slight_smile:
Inside the meta object you should actually be able to see the user_id of the user who created the activity (therefore the logged user). Is this what you need?