Authentication
❌ Organization User (CustomerEmployee)❌ Delegated User (
EndUser)❌ Service Account
✅ Registration Code
Required Permissions
No permission required.Authorizations
Body
application/json
Completes the end user registration process and creates the user’s initial credentials along with delegated wallets for the new end user.
The type of credentials being registered is determined by the credentialKind field in the nested objects (firstFactorCredential , secondFactorCredential and RecoveryCredential). Supported credential kinds are:
Fido2: User action is signed by a user’s signing device using WebAuthn.Key: User action is signed by a user’s, or token’s, private key.PasswordProtectedKey: User action is signed by a user’s, or token’s, private key. The encrypted version of the private key is stored by Dfns and returns during the signing flow for the user to decrypt it.The number of delegated wallets created and the wallet types are determined by the wallets specifications. The end user is automatically assigned ManagedDefaultEndUserAccess managed permission that grants the end user full access to the wallets.
CustomerEmployee)EndUser)