v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Projects

Assign users to project task

Assigns one or more users to the selected project task with the provided project role.

put/v3/projects/{taskId}/assign

Path parameters

taskIdinteger required
Example:34523534

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

userIdsinteger[] required

List of user IDs to assign to the task.

roleIdinteger required

Project role ID to assign to all listed users.

Response

Users assigned successfully

datastring

Example response

{
  "data": "ok"
}