# Add person to department **POST /actions/persons/{person_id}/departments/add** Add a user to given department. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **person_id** (string(uuid)) Person unique identifier ## Body parameters Content-type: application/json - **department_id** (string(uuid)) Department unique identifier ## Responses ### 201: User added to given department #### Body Parameters: application/json (object) - **id** (string(uuid)) Person unique identifier - **department_id** (string(uuid)) Department unique identifier ### 400: Invalid department ID [Powered by Bump.sh](https://bump.sh)