API ReferenceProject User
Assigns User(s) to a Project.
Assigns User(s) to a Project.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new ProjectUserAssign resource
TypeScript Definitions
Use the request body type in TypeScript.
projectUsers*array<>
project*string
Format
uuidassignAllWorkers?|
Default
falseResponse 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
