LinkedIn
Get Profile
Get the profile information of a LinkedIn user
GET
/
actions
/
linkedin
/
getProfile
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
id
string
requiredThe ID of the LinkedIn profile to retrieve
appUserId
string
requiredThe ID of the user to take the action for
appUserPoolId
string | null
The ID of the user pool that contains the user ID
Response
200 - application/json
id
string
requiredheadline
string
requiredwebsites
string[]
requiredfirstName
string | null
lastName
string | null
profilePictureUrl
string | null
publicIdentifier
string | null
publicProfileUrl
string | null
location
string | null
summary
string | null
education
object[] | null
languages
object[] | null
skills
object[] | null
certifications
object[] | null
networkDistance
enum<string>
Available options:
DISTANCE_1
, DISTANCE_2
, DISTANCE_3
, OUT_OF_NETWORK
contactInfo
object
birthdate
object
primaryLocale
object
backgroundPictureUrl
string | null
hashtags
string[] | null
workExperience
object[] | null
volunteeringExperience
object[] | null
followerCount
integer | null
connectionsCount
integer | null
sharedConnectionsCount
integer | null
Was this page helpful?