---
title: Password Modify
description: The Password Modify extended operation for the Directory REST API is primarily based on the existing PasswordModifyExtendedRequest and the PasswordModifyExtendedResult in the UnboundID LDAP SDK. The API method serves as a translation layer between the client's HTTP request and Directory's internal LDAP operations. For the standard LDAP password modify extended operation specification, refer to RFC 3062.
component: pingdirectory
page_id: pingdirectory:directory:extended-operations/password-modify
canonical_url: https://developer.pingidentity.com/pingdirectory/directory/extended-operations/password-modify.html
---

# Password Modify

The Password Modify extended operation for the Directory REST API is primarily based on the existing [PasswordModifyExtendedRequest](https://docs.ldap.com/ldap-sdk/docs/javadoc/com/unboundid/ldap/sdk/extensions/PasswordModifyExtendedRequest.html) and the [PasswordModifyExtendedResult](https://docs.ldap.com/ldap-sdk/docs/javadoc/com/unboundid/ldap/sdk/extensions/PasswordModifyExtendedResult.html) in the UnboundID LDAP SDK. The API method serves as a translation layer between the client's HTTP request and Directory's internal LDAP operations. For the standard LDAP password modify extended operation specification, refer to [RFC 3062](https://docs.ldap.com/specs/rfc3062.txt).
