Skip to main content
PUT
Transfer Task to Another User

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Path Parameters

queueId
string
required

The ID of the queue

taskId
string
required

The ID of the task

Body

application/json
type
enum<string>
required

Type of entity to assign to

Available options:
USER,
GROUP
Example:

"USER"

userId
string
required

User or group ID to assign the task to

Example:

"700632941"

tasksId
string[]

Array of task IDs

Example:

Response

The transferred task

The response is of type object.