Positions
Create Position
Creates a new user position in your COR instance with external ID mapping
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
External position ID from your source system
Position name
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.
Hourly rate for the position
Seniority level (e.g., “Jr.”, “Sr.”, “Lead”)
Known Errors
ValidationError— Missing required fieldsCategoryNotFoundError— The specified category does not exist in the integration mappingsDuplicateExternalIdError— A position with this external ID already exists for this source

