Skip to content

Registration Flow

When To Use It

Use this flow when a new user self-registers through a public entrypoint.

Prerequisites

  1. Portal Model
  2. Authentication Models
  3. Secure Channel

Call Sequence

  1. establish Secure Channel if the registration entrypoint requires it
  2. initiate registration
  3. send verification code
  4. complete registration
  5. continue into onboarding or login continuation

Branch Decisions

  1. email verification required
  2. pending approval or immediate activation
  3. next step is onboarding, workspace selection, or manual review

Common Failures

  1. wrong chain type
  2. invalid or stale Secure Channel session
  3. inconsistent X-Client-Hash
  4. direct calls outside the expected portal entrypoint

Reference Entry

Internal Documentation