> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/membership/passkeys-recovery/change-password.md).

# Change Password

These endpoints power passwordless sign-in (passkeys / WebAuthn) and account recovery (magic links, recovery codes, email verification) for your app's end users.

Handles the password.

`POST /{version}/membership/userauth/password/change`

{% hint style="info" %}
Full request/response reference will appear here once this endpoint is added to the API spec.
{% endhint %}

## In the dashboard

Manage this visually in Norbix Cloud — see [Membership](/norbix-cloud/membership.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Change Password](/sdks-and-cli/membership/passkeys-recovery/change-password.md) in the SDK reference, with examples in every language.
