---
title: "Update User History"
method: POST
path: "/users/{uid}/history"
tags: ["Users"]
---

# Update User History

`POST /users/{uid}/history`

Update a user's history.

## Path parameters

- `uid` string, required

## Headers

- `Accept` 'application/x-gedcomx-atom+json' | 'application/json' | 'application/atom+xml' | 'application/xml', required
- `Content-Type` 'application/x-gedcomx-atom+json' | 'application/atom+xml', required

## Response `201`

The update of the user's history list was successful.

## Other responses

- `400` — If the request was unable to be understood by the application.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
