signup

Complete signup

Consumes the registration session, sets the password, and creates the individual. Returns the new individual id, email, and TOTP enrollment secret.

post/signup/step_3

Request body

business_namestring
einstring
emailstring
first_namestring
last_namestring
otp_codestring
passwordstring
session_tokenstring
statestring

Response

OK

emailstring
individual_idstring
session_tokenstring

Changes

Changed in 1 of the 22 revisions of this API.1

    • the individual_id response's property pattern was changed from ^ind_[0-9a-hjkmnp-tv-z]{26}$ to ^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog