Skip to main content
POST
Assign user to task

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Task UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
userId
string<uuid>
required

The UUID of the user to assign to the task

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

User assigned to task successfully

data
object
required
meta
object
Last modified on August 9, 2026