---
title: "Reset Password"
method: POST
path: "/users/reset_password"
tags: ["Identity"]
---

# Reset Password

`POST /users/reset_password`

Reset the password of the user.This password will be used for login to portal and it will not affect the Access Key / Secret Key associated with the user

## Request body

- ResetPasswordRequest
  - `email_id` string, required — User email id.
  - `url` string, required — Please Provide the URl

## Response `200`

Success

- ResetPasswordResponse
  - `status` string — Status of Reset Password API call.
  - `message` string — Message of reset Password API call.
  - `data` string — Link for Reset Password

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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