Hello,
Let’s suppose we have 2 users, A and B.
When A creates an activity through dashboard, the Pipedrive sets him/her as owner of this activity.
But this activity will be done by the user B via our plataform. So when this activity is completed we update this activity setting done = true
through API using the B’s API Key. However the activity owner remains the user A, showing that A as who completed it.
I believe the best behavior when setting an activity as done and ommiting the user_id
is setting the owner as the authorized user.
When we developed the integration, there was not an endpoint to get the authorized user id, that’s why we don’t have this info now.
Can you help me with this issue?
Thanks!