---
title: "Reset password"
method: POST
path: "/user/me/passwordreset"
tags: ["User"]
---

# Reset password

`POST /user/me/passwordreset`

Update a user's password

## Query parameters

- `account_id` string

## Response `200`

User Response

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `auth_type` 'password' | 'google' | 'github'
    - `email` string
    - `name` string
    - `roles` string[]
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lytics/apis/lytics-api.md) · [All operations](https://skmtc.net/lytics/apis/lytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lytics/lytics-api/versions/366eeabcb6de/schema)
