---
title: "Update all fields on an authenticator of this identity"
method: PUT
path: "/current-identity/authenticators/{id}"
tags: ["Current API Session"]
---

# Update all fields on an authenticator of this identity

`PUT /current-identity/authenticators/{id}`

Update all fields on an authenticator by id.  Will only update authenticators assigned to the API session's
identity.

## Path parameters

- `id` string, required

## Request body

- AuthenticatorUpdateWithCurrent — All of the fields on an authenticator that will be updated
  - `password` string, required
  - `tags` Tags
  - `username` string, required
  - `currentPassword` string, required

## Response `200`

The update request was successful and the resource has been altered

- Empty
  - `data` object, required
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `400` — The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
- `401` — The supplied session does not have the correct access rights to request this resource
- `404` — The requested resource does not exist

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/versions/25da9a73a095/schema)
