Karia
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

  1. List or create employers with GET and POST /organisation/{orgId}/workspace/{workspaceId}/employer.
  2. Fetch or update a single employer with /employer/{employerId}.
  3. Link contacts to an employer with /employer/{employerId}/contact.
  4. Retrieve key contacts when you need the current employer contact set.

Reference

Covered Operations

  • GET|POST /organisation/{orgId}/workspace/{workspaceId}/employer
  • GET|PATCH /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}
  • POST /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/contact
  • DELETE /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/contact/{linkId}
  • GET /organisation/{orgId}/workspace/{workspaceId}/employer/{employerId}/key-contacts

On this page