v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > ProjectWorker
Creates a Project worker
What does it do?
This creates a new project worker. By default, the project worker will be created with the status assigned.
Who can use it?
Only companies who have enabled the projects_management feature and users with a role in the given project.
post/api/2026-07-01/resources/project_management/project_workers
Request body
Example request
{
"project_id": "314159",
"employee_id": "21"
}Response
CREATED
Example response
{
"id": "92732",
"project_id": "314159",
"employee_id": "21",
"assigned": true,
"inputed_minutes": 100,
"labor_cost_cents": 100,
"company_labor_cost_cents": 100,
"spending_cost_cents": 100
}