---
title: "POST /authenticators/admin/webauthn/"
method: POST
path: "/authenticators/admin/webauthn/"
tags: ["authenticators"]
---

# POST /authenticators/admin/webauthn/

`POST /authenticators/admin/webauthn/`

Viewset for WebAuthn authenticator devices (for admins)

## Request body

- WebAuthnDeviceRequest — Serializer for WebAuthn authenticator devices
  - `name` string, required

## Response `201`

- 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)
