Create Delegated Recovery Challenge
POST /auth/recover/user/delegated
This endpoint enables setting up a recovery workflow for Delegated Signing. Via this configuration, the end user will not receive an email from Dfns but instead can establish recovery credentials that leverage the customer's brand for the recovery workflow.
Once the user has been verified by your auth system and this API has been called, you can call Recover User to complete the recovery process.
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
Auth:Users:Create
Always Required
Auth:Users:Delegate
Always Required
Auth:Types:Employee
When kind
is CustomerEmployee
Auth:Types:EndUser
When kind
is EndUser
Request body
username
*
String
Email address of the user
credentialId
*
String
The crdential ID of the user's recovery credential
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:
Example
Last updated