---
title: "Update Last Page"
method: PATCH
path: "/users/me/track/page"
tags: ["Users"]
---

# Update Last Page

`PATCH /users/me/track/page`

Updates the last used page field of the currently authenticated user. This is used internally to be able to open the Directus admin app from the last page you used.

## Request body

- object
  - `last_page` string — Path of the page you used last.

## Response `200`

Successful request

## Other responses

- `401` — Error: Unauthorized request
- `404` — Error: Not found.

---

[API](https://skmtc.net/utomic-media/apis/dynamic-api-specification.md) · [All operations](https://skmtc.net/utomic-media/apis/dynamic-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/utomic-media/dynamic-api-specification/versions/4a0ccd34700e/schema)
