# Add person to production team **POST /data/projects/{project_id}/team** Add a person to a production team. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier ### Body: application/json (object) - **person_id** (string(uuid)) Person unique identifier ## Responses ### 201 Person added to the production team #### Body: application/json (object) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name ### 400 Invalid parameters [Powered by Bump.sh](https://bump.sh)