v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Transfer tasks to another user.

Transfer tasks to another user.

post/tasks/v1/transferToUser

Request body

oldUserIdstring required
newUserIdstring required
ownerboolean
responsibleboolean

Example request

{
  "owner": true
}

Response

OK

statusboolean
countOwnerTasksinteger
countResponsibleTasksinteger

Example response

{
  "status": true,
  "countOwnerTasks": 2,
  "countResponsibleTasks": 4
}