cURL
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" } ]
Retrieves all connected CRM services and users in your team.
/team
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Success
The lemlist ID of the user whose CRM account is integrated with lemlist
The CRM integrated with lemlist (e.g., salesforce, hubspot, pipedrive)
Was this page helpful?