Delegated Registration Restart
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.
Service account required. See Service Accounts for more information.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
| Always Required |
| When |
| When |
Request body
|
| email of the user being created |
|
| kind of user being created. Can be one of the following:
|
Example:
Responses
See Common Errors for common errors.
See Delegated Authentication Errors for delegated authentication specific errors.
Success - an object containing the user's authentication options
Format:
Examples
Last updated