---
title: "Updates the password of the currently authenticated member"
method: PUT
path: "/ocapi/v1/members/current/credentials/password"
tags: ["Credentials"]
---

# Updates the password of the currently authenticated member

`PUT /ocapi/v1/members/current/credentials/password`

#### Licenses Required


- Vista.Ocapi

## Headers

- `loyaltySessionToken` string
- `Connect-Region-Code` string

## Request body

- OcapiV1LoyaltyMembersUpdateMemberPasswordUpdate — Represents a secure update of a member entity's password
  - `password` string, required — Gets the new password
  - `currentPassword` string, required — Gets the current password of the member

## Response `204`

Member password updated.

## Other responses

- `400` — Request property is invalid or missing, or password validation failed.
- `401` — No member authenticated.

---

[API](https://skmtc.dev/vista/apis/vista-digital-platform.md) · [All operations](https://skmtc.dev/vista/apis/vista-digital-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vista/vista-digital-platform/revisions/e1216e3df445/schema)
