Welcome to Zuora Product Documentation

Explore our rich library of product information

Allow partial registration

Learn how to implement partial registration, allowing users to provide initial details and complete their registration later.

Use partial registration when the end user supplies some details, such as their name and email address, but must complete their registration later; for example, to set their password.

Partial registration can be used in the following situations:

  • A Zephr Admin user starts registration for an end user at an event, such as a conference
  • A third-party system provides some end user details to Zephr, for example when using social sign-on
  • Migrating multiple end users from a legacy system

Following the partial registration, a Complete User Registration email must be sent to the provided email address. This allows the end user to follow a link to complete the registration process.

The Complete User Registration email can be sent manually to an individual end user using the Admin Console, or it can be triggered using the Public API whenever an end user is created. For further information on these methods, see Send a Complete Registration Link Email below.

To set up partial registration, you must do the following:

  • Allow partial registration for users.
  • Build a rule that includes a Partially Registered decision point in the registered user section of the rules canvas, as described in Build the Rule below
  • Send a Complete Registration Link email to the partially registered user, as described in Send a Complete Registration Link Email below