Tasks Controller
List users available for task assignment
get/tasks/assignees
Response
Assignable users retrieved successfully
Example response
[
{
"id": 5,
"name": "John Doe",
"email": "john@example.com"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.