# Assign task to person **PUT /actions/tasks/{task_id}/assign** ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** (string(uuid)) ### Body: application/json (object) - **person_id** (string(uuid)) ## Responses ### 200 Task assigned to person #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) - **assignees** (array[string(uuid)]) ### 400 Assignee does not exist [Powered by Bump.sh](https://bump.sh)