Assign a task to a user
Assigns a Task to a user.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
taskId
The id of the Task iteration to be assigned.
Request
request body
userId
A string which is formatted like an ObjectId, Distinct from an actual ObjectId.
Response
The result of the assign operation.
message
A human-readable message summarizing the result of the operation
data
Any successfully retrieved information related to the request.
metadata
Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.
Errors
500
Internal Server Error