post https://{domain}/idp/{version}/account/register
This endpoint will create a new profile for the end-user. Depending on the authentication type, the PIN will be sent via email or SMS message after the correct registration. The new password is validated against a repository of known database breaches for additional protection. Both authorization_code
and uuid
are optional in the 200
status code response.
Recipes
👋
Native API Magic Link: Registration with email
Open Recipe
Need to invite users instead of allowing them to self-register?
If your application doesn't support self-registration and requires new users to be invited, please use the
/pre-register
endpoint instead.