userId uniqueness

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 @Budhitha_Perera

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 and company_id (which you can get from the /users/me response) as the guaranteed unique identifier.

2 Likes