From 41112395be11539c938579a16335a23d1f6513a6 Mon Sep 17 00:00:00 2001 From: Justin-Octo <116027513+justin-octo@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:49:03 -0700 Subject: [PATCH] docs --- docs/confluence.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/confluence.rst b/docs/confluence.rst index 63d09a023..6e4e48520 100644 --- a/docs/confluence.rst +++ b/docs/confluence.rst @@ -231,6 +231,12 @@ Users and Groups # Get information about a user through user key confluence.get_user_details_by_userkey(userkey, expand=None) + # Change a user's password + confluence.change_user_password(username, password) + + # Change calling user's password + confluence.change_my_password(oldpass, newpass) + CQL ---