Position
Properties
Field | Type | Description | Nullable |
---|---|---|---|
id | integer | Unique identifier for the position | false |
slug | string | URL-friendly identifier | false |
name | string | Full name of the person | false |
title | string | Job title | false |
bio | string | Biographical information | true |
url | string | URL to the position’s page on The Org | false |
functions | array of Department | Department/functional areas | false |
workEmail | string | Work email address | true |
directDial | string | Direct phone number | true |
profilePhotoUrl | string | URL to profile photo | true |
linkedInUrl | string | URL to LinkedIn profile | true |
twitterUrl | string | URL to Twitter profile | true |
facebookUrl | string | URL to Facebook profile | true |
startDate | string | Start date in current position in ISO 8601 (yyyy-mm-dd) | true |
currentCompany | Company | Details about current employer. | false |
previousCompanies | array of Company | List of previous employers | true |
managerIds | array of numbers | IDs of Position direct managers | false |
reportIds | array of numbers | IDs of Position direct reports | false |
location | Location | The current location of the position | false |
Example
{
"id": 179671,
"slug": "bob-borchers",
"name": "Bob Borchers",
"title": "VP, WW Product Marketing",
"bio": "Bob Borchers returned to Apple after working at Google and [Dolby Laboratories](/org/dolby-laboratories). Borchers was previously at Apple for four years in the early 2000s. From August 2004 he was a director of product marketing for the iPod ecosystem. He was promoted to senior director of marketing on the iPhone in 2005. He left Apple in June 2009. In his new role, he will oversee iOS and iCloud, as well as privacy marketing issues.",
"url": "https://theorg.com/org/apple/org-chart/bob-borchers",
"functions": [
"marketing",
"product"
],
"workEmail": null,
"directDial": null,
"profilePhotoUrl": "https://cdb.theorg.com/620258b6-a8d1-4c4a-b932-c8878769d2e9.jpg",
"linkedInUrl": "https://www.linkedin.com/in/bborchers",
"twitterUrl": null,
"facebookUrl": null,
"startDate": null,
"currentCompany": {
"id": "5a8fbc82-c357-11e7-abc4-cec278b6b50a",
"slug": "apple",
"logoUrl": "http://localhost:1234/1243da72-2ea0-4425-bc87-febd505d1528.jpg",
"name": "Apple",
"legalStatus": "company",
"domains": [
"apple.com"
],
"industries": [
"electronics",
"manufacturing",
"computer_hardware"
],
"employeeRange": ">10000",
"linkedInUrl": "https://linkedin.com/company/162479/",
"websiteUrl": "https://www.apple.com/",
"url": "https://testing.theorg.com/org/apple",
"embedUrl": "https://testing.theorg.com/org/apple/embed"
},
"previousCompanies": [],
"managerIds": [
271
],
"reportIds": [],
"location": {
"country": "US",
"state": "NY",
"city": "Cupertino",
"latitude": 37.3230,
"longitude" 122.0322
}
}
Enumerations
Department
The department field indicates the functional area of the position. The following values are available:
Value | Description |
---|---|
business_development | Business development |
consulting | Consulting services |
creative | Creative services |
customer_success_support | Customer success and support |
data | Data analysis and management |
design | Design and user experience |
digital | Digital services |
engineering | Engineering and technical development |
finance | Finance and accounting |
growth | Growth and scaling |
information | Information services |
innovation | Innovation and research |
legal | Legal services |
marketing | Marketing and communications |
medical | Medical services |
operations | Operations management |
other | Other departments |
partnerships | Partnerships and alliances |
people | Human resources and people management |
product | Product management and development |
revenue_operations | Revenue operations |
sales | Sales and business development |
science | Scientific research and development |
security | Security and compliance |
Last updated on