Role
A role held by a person or other legal entity at a U.S. business. Roles include both governance roles (such as owner, founder, and board member) typically sourced from business registrations, and functional roles (such as CEO, VP, and manager) sourced from employee contact data. Job titles are standardized: abbreviations are expanded, accented characters normalized, and separators replaced.
GraphQL type: Role
Example
CEO at Starbucks Corporation is a Role entity — it connects a Person (the CEO) to a Brand (Starbucks) through a specific business function.
Available from: Legal Entity
These are roles which people (and other legal entities) hold at U.S. businesses.
Pricing tier: Plus
| Field | Name | Type | Description |
|---|---|---|---|
| External ID | external_id | struct | |
| External URL | external_url | string | |
| Job Title | standardized_job_title | The standardized job title observed in our datasets. | |
| Job Function | standardized_job_function | The standardized job description for this role. | |
| Management Level | standardized_management_level | The standardized management level for this role. | |
| ID | id | long | |
| First Observed Date | first_observed_date | string | |
| Last Observed Date | last_observed_date | string |
Relationships
Role connects to other entities in the Enigma graph:
| Direction | Relationship | Target Entity |
|---|---|---|
| ← | performs | Legal Entity |
| ← | recorded | Registration |
| → | is associated with | Email Address |
| → | is associated with | Phone Number |
| → | is performed at | Brand |
| → | is performed at | Operating Location |