Developers

Assigns User(s) to a Project.

POST
/project/assign-users

Assigns User(s) to a Project.

Authorization<token>

Value for the Authorization header parameter.

In: header

Request Body

The new ProjectUserAssign resource

TypeScript Definitions

Use the request body type in TypeScript.

projectUsers*array<>
project*string
Formatuuid
assignAllWorkers?|
Defaultfalse

Response Body

curl -X POST "https://example.com/project/assign-users" \  -H "Content-Type: application/json" \  -d '{    "projectUsers": [      "4eafff7f-3e51-4418-98d5-4b878939c257"    ],    "project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2"  }'
Empty