v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Users

Retrieve a profile

Retrieve the profile of a user. Ensure careful implementation of this action and consult provider limits and restrictions: https://developer.unipile.com/docs/provider-limits-and-restrictions

get/api/v1/users/{identifier}

Path parameters

identifierstring required

Can be the provider’s internal id OR the provider’s public id of the requested user.

Query parameters

linkedin_sectionsstring[]

A list of profile sections to retrieve detailed information on a LinkedIn profile. LinkedIn may throttle heavy use of full data section requests, so pick only the sections you truly need. Select *_preview to fetch all sections with preview data (first entries as displayed in the LinkedIn profile UI), or * to fetch all sections with full data (not recommended if you’re chaining a lot of profile calls in a short period). You can also combine selectors, for example, ["*_preview", "experience", "skills"] to get all sections in preview plus experience and skills in full. In the response, you may receive empty sections if LinkedIn is throttling your requests. In such case, the throttled_sections field lists the concerned sections. To prevent this, you should add random delay between your calls, and/or not request as many sections as you use to.

linkedin_api'recruiter' | 'sales_navigator'

The LinkedIn API that should be used to get the profile (relative features must be subscribed), if different from classic.

notifyboolean

Whether the profile visit should be notified to the viewee or not. Default is false.

account_idstring required

The id of the account to perform the request from.

Response

OK. Request succeeded.

OR
OR
OR
OR