Skip to main content
GET
/
team
/
crmUsers
Get Team CRM Users
curl --request GET \
  --url https://api.lemlist.com/api/team/crmUsers \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "userId": "usr_h47tiJr87Zn7XtQHi",
    "crm": "salesforce"
  },
  {
    "userId": "usr_h47tiJr87Zn7XtQHi",
    "crm": "hubspot"
  },
  {
    "userId": "usr_h47tiJr87Zn7XtQHi",
    "crm": "pipedrive"
  }
]
This endpoint is available to beta testers only but will become public soon.
This endpoint retrieves all connected CRM services for a team’s users.
This endpoint’s route starts with /team despite being under the CRM section.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Success

userId
string

The lemlist ID of the user whose CRM account is integrated with lemlist

crm
string

The CRM integrated with lemlist (e.g., salesforce, hubspot, pipedrive)