# Import shotgun project connections **POST /import/shotgun/projectconnections** Import Shotgun project-user connections. Send a list of Shotgun project connection entries in the JSON body. Returns projects with team members added. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the connection - **project** (object) Project information - **user** (object) User information ## Responses ### 200: Project connections imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Project unique identifier - **name** (string) Project name - **team** (array[string(uuid)]) Team member IDs - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)