Skip to main content
PUT
Updates an existing user position in your COR instance using its external ID.

Path Parameters

string
required
External position ID that was used when creating the position

Request Body Requirements

object
required
string
Updated position name
number
Updated hourly rate for the position
string
Updated seniority level (e.g., “Jr.”, “Sr.”, “Lead”)
string
External category ID. The category must have been previously created through the integrations API.

Known Errors

  • PositionNotFoundError — No position found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field
  • CategoryNotFoundError — The specified category does not exist in the integration mappings