---
title: "Update User"
method: PUT
path: "/v1/auth"
tags: ["auth"]
---

# Update User

`PUT /v1/auth`

Update user in Auth0 and database only for Auth0 users.

## Request body

- UserDetails
  - `first_name` string
  - `last_name` string
  - `picture` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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