Skip to main content
POST
Creates a new user position in your COR instance through the integrations service. Positions can be associated with a category that was previously created through the integrations API.

Request Body Requirements

object
required
string
required
External position ID from your source system
string
required
Position name
string
External category ID. The category must have been previously created through the integrations API. Positions without a category_id will not be displayed in the frontend.
number
Hourly rate for the position
string
Seniority level (e.g., “Jr.”, “Sr.”, “Lead”)

Known Errors

  • ValidationError — Missing required fields
  • CategoryNotFoundError — The specified category does not exist in the integration mappings
  • DuplicateExternalIdError — A position with this external ID already exists for this source