Native User Registration

With the Headless Registration Flow, users can register for a new account by using a front-end experience that you customize. On the back end, your app calls the Headless Registration API via an Experience Cloud site to register and log the user in.

Before you set up a user registration flow, make sure that you completed the steps in Native Passwordless Login

To start the user registration flow, request the delivery of a one-time password with this method from the native login manager object. 

To complete the registration request, log the new user in with this method from the native login manager object.

For working examples of Headless Passwordless Login Flow on Mobile SDK, see the iOSNativeLoginTemplate or the AndroidNativeLoginTemplate on GitHub.