Users
Create User
Creates a new user in your COR instance with external ID mapping
POST
Creates a new user in your COR instance through the integrations service. The user is mapped to an external ID from your identity provider or HR system.
Request Body Requirements
External user ID from your source system (e.g., Okta user ID, SAP employee ID)
User’s email address
User’s first name
User’s last name
Phone number
Job position/title
Department name
COR role ID:
1 (C-Level), 2 (Director), 3 (Project Manager), 4 (Collaborator), 5 (Freelancer), 6 (Client)Daily working hours capacity (default: 8)
External position ID. The position must have been previously created through the integrations API. Assigns the user to this position.
External seniority ID. The seniority must have been previously created through the integrations API. Assigns this seniority level to the user.
Known Errors
ValidationError— Missing required fieldsDuplicateEmailError— A user with this email already existsDuplicateExternalIdError— A user with this external ID already exists for this sourceInvalidRoleError— Therole_idis not a valid COR role

