DemandFlow Support Centre

LINKEDIN_USER: LinkedIn User

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A LinkedIn user profile with name, connections, location, current position, and work experience history.

LINKEDIN_USER: LinkedIn User

A LinkedIn user profile with name, connections, location, current position, and work experience history.

Default definition. This article describes the default LINKEDIN_USER definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches LINKEDIN_USER.

Entity properties

PropertyValue
Entity codeLINKEDIN_USER
Display nameLinkedIn User
PluralLinkedIn Users
Level100000

Use cases

LinkedIn data entity for user profiles. General panel has two column sections: left (25% width) with user info (name, LinkedIn URL, connections), location (city, country), and current job (position, company); right (100% width) with a relatedlist of LINKEDIN_EXPERIENCE records via SUB|LINKEDIN_USER comboKey. Clickable experience records show ref, name, company, start/end dates.

Fields

User

FieldTypeRequiredNotes
nametextYesName
input_urltext (URL)LinkedIn link
connectionstextConnections

Location

FieldTypeRequiredNotes
citytextCity
country_codetextCountry

Job

FieldTypeRequiredNotes
positiontextPosition
current_company_nametextCompany

Relationships

  • Related lists: LINKEDIN_EXPERIENCE (format SUB|LINKEDIN_USER).

Creating a LinkedIn User via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "LINKEDIN_USER",
  "level":    100000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "input_url": "https://example.com",
  "connections": "Example",
  "city": "Example"
}

Listing LinkedIn Users records

# All linkedin users in your tenant
GET /v1/entities/LINKEDIN_USER/SUB

See also

linkedinuserusersentity reference

Was this article helpful?

← Back to Knowledge Base