# Assign tasks to person **PUT /actions/persons/{person_id}/assign** Assign a list of tasks to a person. Unknown task ids are ignored. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **person_id** (string(uuid)) ### Body: application/json (object) - **task_ids** (array[string(uuid)]) ## Responses ### 200 Tasks assigned to person #### Body: application/json (array[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)