# People Import Records **POST /People/Update/ImportMass** This process imports up to 100 people records at a time. If there is an employee id, there will be an exact match to update. If not, we search based on the sound of the first and last name. If a match is not found, a new record is added. If found, the person is removed from the pending people list and if there are any changes, the record is updated. Note that photos will not be updated if they exist. To replace an existing photo, use the [/People/Update/OnePhoto endpoint](#operation-post-people-update-onephoto). *Secret Hmac Required. Do Not Cache this call. ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: (object) - **Custno** (number) The optional customer number to retrieve - **PhotoPath** (string) The optional photo path for ALL people. Replaceable parameters are the field name surrounded by the dollar sign ($). For example to load from a web site with the employee id, you could pass https://www.website.com/photo/$emp_id$.jpg - **People** (array[object]) up to 100 people records with at least first and last name sent and preferably the employee id for an exact match of the person to update. If fields are not changed, it is recommended that you do not send them. ## Responses ### 200 People Import Successfully Processed #### Body: (object) - **Count** (number) The number of people processed - **Change** (number) number of records changed (not counting pending status changes) - **Skipped** (number) number of records skipped with no changes (if importing) - **Deleted** (number) number of records deleted (if terminating) - **Pending** (number) number of records still set to pending - **Photo** (number) number of photos added (if any) - **Custno** (number) the StrandVision customer number processed - **Msg** (string) The resulting message - **Time** (number) The processing time in seconds [Powered by Bump.sh](https://bump.sh)