You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
confluence.add_user_to_group(username, group_name) from Atlassian Python Results in HTTPError
I have executed confluence.add_user_to_group() method from Atlassian Python; however, it results in HTTPError: null for uri: https://confluence.corp.bioagilytix.com/confluence/rest/api/2/group/user?groupname=general-user
The confluence object has been instantiated with the correct login credentials. The user and user group specified are valid. And the method "confluence.get_user_details_by_username(user_name)" works correctly with the same user_name.
Opening the URL "https://confluence.corp.company_name.com/confluence/rest/api/2/group/user?groupname=group_name" returned a 404 status code.