Update an Entry

Update an entry.

Updatable Fields:

  • locationId: Change the location associated with the entry
  • flowId: Change the sign-in flow associated with the entry
  • fullName: Update the visitor's name
  • email: Update the visitor's email
  • signedOutAt: Mark when the visitor signed out
  • photoBase64: Update the visitor's photo
  • customFields: Update custom field values (see below)

Important Notes about customFields:

  • The customFields parameter is an array of custom field responses that correspond to the sign-in fields configured in the flow
  • Common fields include:
    • Host: The name of the employee hosting the visitor (the system will automatically look up the employee by name)
    • Purpose of visit: The reason for the visit
    • Your Full Name: Visitor's full name
    • Your Email Address: Visitor's email
    • Company Name or Your Company: The visitor's company name
    • Additional custom fields specific to your flow configuration
  • The exact fields depend on the flow configuration. Use the flow query to see what sign-in fields are available.
  • Note: Unlike invites, entries do not support updating the host via a direct hostEmployeeId field. Instead, include the host's name in the customFields array with the field "Host", and the system will automatically look up and link the employee.
Language
Credentials
Click Try It! to start a request and see the response here!