Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-octo authored Jul 19, 2023
1 parent a72b088 commit 4111239
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/confluence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down

0 comments on commit 4111239

Please sign in to comment.