Skip to main content
POST /me/password lets the authenticated user rotate their own password. It is available even while must_change_password is true, so a newly created user can complete first-login by changing the generated password.

Endpoint

Authentication: session cookie or Authorization: Bearer lsk_....

Request body

string
required
The caller’s current password.
string
required
The new password. Must contain at least 12 characters.

Example

A successful change clears must_change_password and revokes every other session belonging to the caller.