v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-2166128239.1 KB
user

Register User

Register a new user with email verification (local or SSO).

Accepts either:

  • 3-word verification code for local users
  • SSO JWT token for SSO users

Auto-detects credential type and handles both flows.

post/api/user/register

Request body

emailstring email required
signing_keystring required
verification_credentialstring required
given_namestring nullable
family_namestring nullable
picturestring nullable

Response

Successful Response

{"stackTrail":"paths:/api/user/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}