GET
/
actions
/
linkedin
/
getProfile

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the LinkedIn profile to retrieve

appUserId
string
required

The 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
required
headline
string
required
websites
string[]
required
firstName
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