# Create project assignment Creates a project assignment. Typical parameters: - user_id - starts_at - ends_at - allocation_mode (percent, hours_per_day, fixed) and a value for the respective mode-named property (that is, a property named percent, hours_per_day, or fixed_hours) Endpoint: POST /projects/{project_id}/assignments Version: v1 Security: AuthToken ## Header parameters: - `Content-Type` (string, required) Enum: "application/json" ## Path parameters: - `project_id` (integer, required) Unique identifier for the resource instance. Example: 1234567 ## Request fields (application/json): - `user_id` (integer, required) The ID of the user this assignment belongs to. Example: 5612