---
title: "PUT /authenticators/admin/duo/{id}/"
method: PUT
path: "/authenticators/admin/duo/{id}/"
tags: ["authenticators"]
---

# PUT /authenticators/admin/duo/{id}/

`PUT /authenticators/admin/duo/{id}/`

Viewset for Duo authenticator devices (for admins)

## Path parameters

- `id` integer, required

## Request body

- DuoDeviceRequest — Serializer for Duo authenticator devices
  - `name` string, required — The human-readable name of this device.

## Response `200`

- DuoDevice — Serializer for Duo authenticator devices
  - `pk` integer, required
  - `name` string, required — The human-readable name of this device.
  - `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)
