---
title: "Renew user token"
method: POST
path: "/user/token"
tags: ["user"]
---

# Renew user token

`POST /user/token`

Returns a new valid jwt user token with an extended length.

## Response `200`

OK

- AuthToken
  - `token` string

## Other responses

- `400` — Only user token are available for renew.

## Changes

- **2025-07-28** `d7c1f946dc48` — 2 info
  - api tag `user` added
  - api tag `auth` removed

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/user/token/post.md)

---

[API](https://skmtc.dev/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.dev/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/ef7ef2565e37/schema)
