Skip to main content
POST
Complete User Registration

Authentication

❌ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
❌ Service Account
✅ Registration Code

Required Permissions

No permission required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Body

application/json
firstFactorCredential
Fido2/Passkeys · object
required

Register a Fido2 Credential, also known as Passkeys or WebauthN credential.

secondFactorCredential
Fido2/Passkeys · object

Register a Fido2 Credential, also known as Passkeys or WebauthN credential.

recoveryCredential
Recovery Key · object

Register a recovery key. See Account Recovery for more details.

Response

200 - application/json

Success

credential
object
required
user
object
required
Last modified on July 9, 2026