GET
/
people

Authorizations

Authorization
string
header
required

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
current_company
object

Details about the person's current company.

department
string

The person's department information.

description
string | null

A detailed description of the person.

education
object

List of educational qualifications.

emails
object
first_name
string

The first name of the person.

gender
string

Information about the person's gender.

headline
string

A brief professional headline.

id
string

The Firmable ID of the person..

keywords
string[] | null

Keywords associated with the person (if available).

last_name
string

The last name of the person.

linkedin
string

LinkedIn profile handle.

location
string[]

The person's location information.

middle_name
string | null

The person's middle name (if available).

month_joined
number

The month when the person joined their current role.

name
string

The full name of the person.

phones
object[]

List of phone numbers with additional details.

position
string | null

The person's current job position.

secondary_position
object[] | null
seniority
string

Information about the person's seniority level.

skills
string[] | null

List of professional skills.

social_media
object

Social media profiles and statistics.

time_in_current_role
string

Duration in the current role.

year_joined
integer | null

The year when the person joined their current role.