# Get production team **GET /data/projects/{project_id}/team** Return the people listed in 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 ## Responses ### 200 People listed in a production team #### Body: application/json (array[object]) - **id** (string(uuid)) Person unique identifier - **first_name** (string) Person first name - **last_name** (string) Person last name - **email** (string) Person email address [Powered by Bump.sh](https://bump.sh)