Change current user password
User
Change current user password
Changes the password for the authenticated user. Requires the current password for verification. All existing sessions (access and refresh tokens) are invalidated after a successful password change — the client must re-authenticate.
PUT
Change current user password
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Body
application/json
Response
Password changed
Always true when the action completed successfully.
Example:
true
