Positions
Update Position
Updates an existing user position in your COR instance using its external ID
PUT
Updates an existing user position in your COR instance using its external ID.
Path Parameters
External position ID that was used when creating the position
Request Body Requirements
Updated position name
Updated hourly rate for the position
Updated seniority level (e.g., “Jr.”, “Sr.”, “Lead”)
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 sourceValidationError— Missing requiredmetadata.sourcefieldCategoryNotFoundError— The specified category does not exist in the integration mappings

