Time
Create project user
Path Parameters
project_id*integer
Request Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/public/v3/time/projects/0/project_users" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'employee_ids=string'{ "records": { "count": 0, "data": [ { "employee_id": 0, "project_user_id": 0 } ] }, "errors": { "count": 0, "data": [ { "employee_id": 0, "messages": [ "string" ] } ] }}