# Import shotgun persons **POST /import/shotgun/persons** Import Shotgun persons (users). Send a list of Shotgun person entries in the JSON body. Returns created or updated persons with department associations. ## 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 person - **firstname** (string) First name - **lastname** (string) Last name - **email** (string(email)) Email address - **login** (string) Desktop login - **sg_status_list** (string) Status list - **permission_rule_set** (object) Permission rule set - **department** (object) Department information ## Responses ### 200: Persons imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Person unique identifier - **first_name** (string) First name - **last_name** (string) Last name - **email** (string(email)) Email address - **role** (string) User role - **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)