Users
Update User
Updates an existing user in your COR instance using their external ID
PUT
Updates an existing user in your COR instance using their external ID. Only provided fields will be updated.
Path Parameters
External user ID that was used when creating the user
Request Body Requirements
Updated first name
Updated last name
Updated phone number
Updated job position
Updated department
Updated COR role ID
Updated daily hours capacity
External position ID. The position must have been previously created through the integrations API. Updates the user’s position assignment.
External seniority ID. The seniority must have been previously created through the integrations API. Updates the user’s seniority level.
Date from which the hourly rate becomes effective. Must be a valid date format (YYYY-MM-DD).
Known Errors
ZC001— Entity is not associated (user with the specified external ID not found)UserNotFoundError— No user found with the specified external ID for this sourceValidationError— Missing requiredmetadata.sourcefieldInvalidRoleError— Therole_idis not a valid COR roleValidationError— Thehourly_rate_effective_fromfield must be a valid date

