---
title: "Update a user given its identifier"
method: PUT
path: "/v1/users"
tags: ["authentication"]
---

# Update a user given its identifier

`PUT /v1/users`

## Headers

- `X-Fields` string, mask

## Request body

- UserUpdateInput
  - `email` string
  - `metadata` object
  - `active` boolean

## Response `200`

Success

- UserUpdate
  - `email` string
  - `metadata` object
  - `active` boolean
  - `id` string — The user instance unique identifier
  - `created` string — time the user was created
  - `apiKey` string
  - `company` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/d2c17db7266d/schema)
