Users

Update WebAuthn credential

Update the name or settings of a registered WebAuthn credential. Requires sudo mode verification.

patch/users/@me/mfa/webauthn/credentials/{credential_id}

Path parameters

credential_idstring required

The ID of the WebAuthn credential

The ID of the WebAuthn credential

Request body

namestring required

New name for the credential

passwordstring
mfa_method'totp' | 'webauthn'

MFA method to use for verification

mfa_codestring

MFA verification code from an authenticator app

webauthn_challengestring

WebAuthn challenge string

Response

No Content

Changes