Delegated Registration Restart
Last updated
Last updated
POST /auth/registration/delegated/restart
Occasionally a user may begin registration but not complete the process. In this case, you can use this method to restart the user's registration where they left off so they can use the same username they originally specified.
On successful creation, the user's registration challenge will be returned. You will then need to call Complete User Registration to complete the user's registration.
Auth:Users:Create
Always Required
Auth:Users:Delegate
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
Auth:Types:EndUser
When kind
is EndUser
email
*
String
email of the user being created
kind
*
String
kind of user being created. Can be one of the following:
EndUser
CustomerEmployee
Success - an object containing the user's authentication options
Format:
See for common errors.
See for delegated authentication specific errors.