# Person Change One **POST /People/Update/OneChange** This process updates a single people record. If there is a StrandVision record id or your employee id passed, 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 updated. This returns the values after the update. *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 - **Person** (object) ## Responses ### 200 Person successfully updated #### Body: (object) - **Id** (number) the StrandVision record id needed for individual update or remove - **Emp_Id** (string) people / staff id - **Created** (string) date/time created - **Deleted** (number) Whether the staff member is deleted - **Parent** (number) Parent User Number - **Custno** (number) User Customer Number - **DispGroup** (string) the display group that this user is in - **Source_Id** (string) employee or other id from the source database - **Location** (string) location code specified from the source database - **Email** (string) email address - **FirstName** (string) contact first name - **LastName** (string) contact last name - **NickName** (string) name they go by - **Phone** (string) direct phone number - **Web** (string) link to their record on internal web site - **Photo** (string) location of uploaded photo - **Gender** (string) M for male, F for female, U for Unknown or Undisclosed - **Dept** (string) Department that they work in - **Title** (string) title of the employee - **Birthday** (string) Birthday with invalid year - **HireDate** (string) Hire Date - **TermDate** (string) Termination Date (if any) - **Skip** (string) Skip Display Options (Birthday, Annivarsiary, Termination) - **DateLast** (string) Last Date/Time used - **DateEdit** (string) Last Date/Time that the employee was updated [Powered by Bump.sh](https://bump.sh)