ADO.NET Provider for Pipedrive

Build 26.0.9655

CurrentUsers

Returns data about an authorized user within the company with bound company data: company ID, company name, and domain.

View-Specific Information

SELECT

The following is an example of a SELECT query:
SELECT * FROM CurrentUsers

Columns

Name Type References Description
Id [KEY] Integer ID of the user.
Activated Boolean Whether the user has completed account activation.
ActiveFlag Boolean Whether the user is active or not.

The default value is true.

Created Datetime The date and time when the user account was created.
DefaultCurrency String The default currency code used for the user's monetary values.
Email String Email of the user.
Hascreatedcompany Boolean Whether the user has created a company in Pipedrive.
IconUrl String The URL of the user's profile avatar image.
IsAdmin Integer Whether the user has administrator privileges in the company account.
IsYou Boolean Whether this user record represents the currently authenticated user.
Lang Integer The numeric identifier for the user's preferred interface language.
LastLogin Datetime The date and time of the user's most recent login.
Locale String The locale code that determines the user's regional formatting preferences for dates and numbers.
Modified Datetime The date and time when the user record was last modified.
Name String Name of the user.
Phone String The phone number associated with the user's account.
RoleId Integer ID of the role.
TimezoneName String The IANA timezone name representing the user's local timezone.
TimezoneOffset String The UTC offset string representing the user's timezone offset.
Access String The access given to the user.
CompanyId Integer The unique identifier of the company account associated with the authenticated user.
CompanyName String The display name of the company account associated with the authenticated user.
CompanyDomain String The subdomain of the company's Pipedrive account URL.
CompanyCountry String The country where the company account is registered.
CompanyIndustry String The industry sector associated with the company account.
LanguageCode String The BCP 47 language code representing the user's preferred language.
CountryCode String The ISO 3166-1 alpha-2 country code associated with the user's language setting.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655