Get a User Profile

Retrieves the specified User profile. Use me as user_id to specify the owner of the connected account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The ID of the User to retrieve.

string
required
^acc_(.*)$

ID of the Account (acc_xxx) to call the method on behalf of.

Query Params
with_sections
array of strings

Sections of the profile that should be included in the response (if supported by the provider).

LinkedIn profile sections:

  • linkedin_* is for All sections at once.
  • linkedin_experience is Experience section.
  • linkedin_education is Education section.
  • linkedin_languages is Languages section.
  • linkedin_skills is Skills section.
  • linkedin_certifications is Licenses & certifications section.
  • linkedin_volunteer_experience is Volunteer Experience section.
  • linkedin_projects is Projects section.
  • linkedin_recommendations is Recommendations section.
  • linkedin_interests is Interests section.
  • linkedin_recruiting_activity is Recruiting activity section (Recruiter only).

Keep in mind that LinkedIn may throttle sections requests when too many calls are made in a short time. To minimize the risk, you can add the _preview suffix to any section that you consider to be less critical. This method returns only the first few visible entries of a given section.

with_sections
string
enum

A variant of the profile (if supported by the provider).

LinkedIn variants:

  • linkedin_classic is Classic API profile variant.
  • linkedin_recruiter is Recruiter API profile variant.
  • linkedin_sales_navigator is Sales navigator API profile variant.
Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json