# People Import Begin **POST /People/Update/ImportInit** This process is an optional step that begins the import process by setting all people to pending before mass importing. Any people records still marked as pending will be disabled when the [/People/Update/Importterm endpoint](#operation-post-people-update-importterm) is called. If this is not called, then people will only be updated and never removed. *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 update ## Responses ### 200 People Import Successfully Started #### 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)