Hi,
I want confirmation on this matter. I am assuming that Pipedrive userId is globally unique and it’ll not change Company to Company (companyId). Please correct me If I’m wrong.
Thanks.
Hi,
I want confirmation on this matter. I am assuming that Pipedrive userId is globally unique and it’ll not change Company to Company (companyId). Please correct me If I’m wrong.
Thanks.
Yes, this is correct.
Don’t use email as a unique identifier for creating accounts, it’s better to use the combination of
user_id
andcompany_id
(which you can get from the/users/me
response) as the guaranteed unique identifier.