List Users (Pipedrive)
Pipedrive → List Users (Pipedrive)
/v1/pipedrive-list-users{}{ "ok": true, "data": { "success": true, "company_id": "rec_4f3a91", "user_id": "rec_4f3a91", "user_name": "sample", "user_email": "[email protected]", "user_mobile_number": "sample", "user_active_flag": true, "user_is_admin_numeric": 1, "user_is_deleted": true, "user_is_you": true, "user_role_id": "rec_4f3a91", "user_default_currency": "sample", "user_last_login": "sample", "user_created_at": "sample", "user_modified_at": "sample", "user_locale": "sample", "user_timezone_name": "sample", "user_timezone_offset": "sample", "user_language_id": "rec_4f3a91", "user_has_created_company": true, "user_icon_url": "https://acme.com", "user_access_apps": "sample", "user_access_is_admin": "sample", "user_access_permission_set_ids": "sample" } }
Retrieve a list of users from a Pipedrive account, including IDs, names, emails, roles, and access permissions.
Install
Add list users (pipedrive) to your MCP client.
Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__pipedrive-list-users
When to use this.
The "List Users (Pipedrive)" action allows users to retrieve a comprehensive list of all users associated with a Pipedrive account. This action requires no input parameters, making it straightforward to use. The output includes essential user information such as user IDs, names, emails, roles, and access permissions, along with additional details like last login dates and timezone settings. Key output fields include success status, user active flags, and user access permissions, all represented by various semantic types such as id, fullName, email, and text. This action is particularly useful for CRM administrators and team leaders who need to manage user roles, monitor user activity, and ensure proper access permissions within their Pipedrive environment. By leveraging this action, organizations can enhance user management and streamline their CRM operations.
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
successSuccessnullablebooleancompany_idCompany Idnullablenumberuser_idUser Idnumberuser_nameUser Namestringuser_emailUser Emailstringuser_mobile_numberUser Mobile Numbernullablestringuser_active_flagUser Active Flagnullablebooleanuser_is_admin_numericUser Is Admin Numericnullablenumberuser_is_deletedUser Is Deletednullablebooleanuser_is_youUser Is Younullablebooleanuser_role_idUser Role Idnullablenumberuser_default_currencyUser Default Currencynullablestringuser_last_loginUser Last Loginnullablestringuser_created_atUser Created Atnullablestringuser_modified_atUser Modified Atnullablestringuser_localeUser Localenullablestringuser_timezone_nameUser Timezone Namenullablestringuser_timezone_offsetUser Timezone Offsetnullablestringuser_language_idUser Language Idnullablenumberuser_has_created_companyUser Has Created Companynullablebooleanuser_icon_urlUser Icon Urlnullablestringuser_access_appsUser Access Appsnullablearrayuser_access_is_adminUser Access Is Adminnullablearrayuser_access_permission_set_idsUser Access Permission Set Idsnullablearray
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/pipedrive-list-users. Auth: x-api-key.
/v1/pipedrive-list-userscurl -X POST 'https://v3-api.texau.com/api/v1/pipedrive-list-users' \
-H 'x-api-key: $TEXAU_API_KEY' \
-H 'content-type: application/json' \
-d '{}'{ "ok": true, "data": { "success": true, "company_id": "rec_4f3a91", "user_id": "rec_4f3a91", "user_name": "sample", "user_email": "[email protected]", "user_mobile_number": "sample", "user_active_flag": true, "user_is_admin_numeric": 1, "user_is_deleted": true, "user_is_you": true, "user_role_id": "rec_4f3a91", "user_default_currency": "sample", "user_last_login": "sample", "user_created_at": "sample", "user_modified_at": "sample", "user_locale": "sample", "user_timezone_name": "sample", "user_timezone_offset": "sample", "user_language_id": "rec_4f3a91", "user_has_created_company": true, "user_icon_url": "https://acme.com", "user_access_apps": "sample", "user_access_is_admin": "sample", "user_access_permission_set_ids": "sample" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
crm
Get Deals by Person (Pipedrive)
Retrieve all deals linked to a specified person from Pipedrive API v2, including amounts, stages, and statuses.
crm
Delete Lead (Pipedrive)
Deletes a specific lead from Pipedrive using its ID.
crm
Search Deals (Pipedrive)
Searches all deals by title, notes, and/or custom fields using Pipedrive API v2. Can be filtered by person ID, organization ID, or status.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → list users (pipedrive) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
Reliability
Rate limits & reliability.
- Per-minute limitNo public cap
- Per-day limitPlan-defined
- RetriesAutomatic w/ backoff
- ModeSync
Errors
HTTP status codes.
What each response means and what to do about it.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Related
More Pipedrive actions.
crm
Get Deals by Person (Pipedrive)
Retrieve all deals linked to a specified person from Pipedrive API v2, including amounts, stages, and statuses.
crm
Delete Lead (Pipedrive)
Deletes a specific lead from Pipedrive using its ID.
crm
Search Deals (Pipedrive)
Searches all deals by title, notes, and/or custom fields using Pipedrive API v2. Can be filtered by person ID, organization ID, or status.
crm
Search Organizations (Pipedrive)
Find organizations in Pipedrive by name, address, notes, or custom fields using the v2 Search API.
FAQ.
Is this real-time?
Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).
Do I get charged on failure?
No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.
Does it work with Claude / Cursor via MCP?
Yes. Add the texau MCP server to your client config, then call `texau__pipedrive-...` directly.
What CRMs can I push results to?
HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.
Run List Users (Pipedrive) in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.