GET
/
people

Authorizations

Authorization
string
headerrequired

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

Query Parameters

id
string

The unique identifier for a person in the Firmable system. (example: fp000000067890)

ln_slug
string

The LinkedIn slug of the person. (example: chathchw)

ln_url
string

The full LinkedIn URL of the person (example: https://www.linkedin.com/in/chathchw/)

work_email
string

Work email of the person (example: ******@firmable.com)

personal_email
string

Personal email of the person (example: ******@gmail.com)

Response

200 - application/json
id
string

The Firmable ID of the person..

name
string

The full name of the person.

first_name
string

The first name of the person.

last_name
string

The last name of the person.

middle_name
string | null

The person's middle name (if available).

headline
string

A brief professional headline.

description
string | null

A detailed description of the person.

position
string | null

The person's current job position.

current_company
object

Details about the person's current company.

time_in_current_role
string

Duration in the current role.

month_joined
number

The month when the person joined their current role.

year_joined
integer | null

The year when the person joined their current role.

emails
object
phones
object[]

List of phone numbers with additional details.

linkedin
string

LinkedIn profile handle.

social_media
object

Social media profiles and statistics.

location
string[]

The person's location information.

department
string

The person's department information.

seniority
string

Information about the person's seniority level.

gender
string

Information about the person's gender.

skills
string[] | null

List of professional skills.

education
object

List of educational qualifications.

keywords
string[] | null

Keywords associated with the person (if available).

secondary_position
object[] | null