Guides
Employer
Work with employer records and their linked contacts
Employer Guide
Use the employer endpoints to manage employer entities within a workspace and connect them to contact records.
Primary Workflow
- List or create employers with
GETandPOST /organisation/{orgId}/workspace/{workspaceId}/employer. - Fetch or update a single employer with
/employer/{employerId}. - Link contacts to an employer with
/employer/{employerId}/contact. - Retrieve key contacts when you need the current employer contact set.
Reference
Covered Operations
GET|POST /organisation/{orgId}/workspace/{workspaceId}/employerGET|PATCH /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}POST /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/contactDELETE /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/contact/{linkId}GET /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/key-contacts

