Skip to main content
GET
/
external
/
personnel
/
profile
Get personnel profile
curl --request GET \
  --url https://platform.lensmor.com/external/personnel/profile \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "fullName": "<string>",
  "contactUnlockStatus": "<string>",
  "title": "<string>",
  "department": "<string>",
  "seniorityLevel": "<string>",
  "linkedinUrl": "<string>",
  "companyName": "<string>",
  "sourceType": "<string>",
  "email": "<string>",
  "linkedinActivity": {
    "activityLevel": "<string>",
    "isActive": true,
    "latestPostAt": "<string>"
  },
  "linkedinActivityStatus": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

personnel_id
string
required
Required string length: 1 - 20

Response

Personnel profile

id
string
required
fullName
string | null
required
contactUnlockStatus
string
required
title
string | null
department
string | null
seniorityLevel
string | null
linkedinUrl
string | null
companyName
string | null
sourceType
string | null
email
string | null
linkedinActivity
object
linkedinActivityStatus
string | null