---
title: "PATCH /authenticators/webauthn/{id}/"
method: PATCH
path: "/authenticators/webauthn/{id}/"
tags: ["authenticators"]
---

# PATCH /authenticators/webauthn/{id}/

`PATCH /authenticators/webauthn/{id}/`

Viewset for WebAuthn authenticator devices

## Path parameters

- `id` integer, required

## Request body

- PatchedWebAuthnDeviceRequest — Serializer for WebAuthn authenticator devices
  - `name` string

## Response `200`

- WebAuthnDevice — Serializer for WebAuthn authenticator devices
  - `pk` integer, required
  - `name` string, required
  - `created_on` string, date-time, required
  - `device_type` WebAuthnDeviceType, required — WebAuthnDeviceType Serializer
    - `aaguid` string, uuid, required
    - `description` string, required
  - `aaguid` string, required
  - `user` PartialUser, required — Partial User Serializer, does not include child relations.
    - `pk` integer, required
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `name` string, required — User's display name.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `last_login` string, date-time, nullable
    - `email` string, email
    - `attributes` object
    - `uid` string, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
