# Person Photo Replace **POST /People/Update/OnePhoto** This process replaces the photo for a single people record using the StrandVision record id or your employee id if you have access to it. This returns the values of the updated person with the url to the stored photo. *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 - **Id** (number) the StrandVision record id needed for individual update - **PhotoPath** (string) A publicly readable web site url to download the photo of the person. This url does not need to be readable after this call is complete since we store the photo on our server cloud. ## Responses ### 200 Person photo 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)