v1
latestOpenAPI 3.0.02026-07-249301.3 MBRetrieve 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
Path parameters
Can be the provider’s internal id OR the provider’s public id of the requested user.
Query parameters
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.
The LinkedIn API that should be used to get the profile (relative features must be subscribed), if different from classic.
Whether the profile visit should be notified to the viewee or not. Default is false.
The id of the account to perform the request from.
Response
OK. Request succeeded.