Operator enrollment
Register a new governed operator
The registration endpoint can accept a signed onboarding token for paid tenants, but it still follows the same session flow and cookie-backed authentication model.
- Inputs
- Username, email, password
- Optional
- Onboarding token for paid tenants
- Output
- Operator record or session
- Policy
- No tokens in localStorage
Use this path when a new operator is joining an existing tenant.
The backend validates every field and returns field-level errors for correction.
Successful registration returns the operator to sign-in unless the backend immediately issues a session.
Enrolment posture
Registration is the controlled entry point for a new operator. If the backend rejects the payload, the form maps the validation messages back to the relevant fields and returns the operator to sign-in when the backend only creates the user record.