Skip to content

Commit 0a09708

Browse files
authored
get_group_members is deprecated by the API (#1594)
1 parent b9f28a7 commit 0a09708

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

docs/confluence.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,6 @@ Users and Groups
422422
# Get all groups from Confluence User management
423423
confluence.get_all_groups(start=0, limit=1000)
424424
425-
# Get a paginated collection of users in the given group
426-
confluence.get_group_members(group_name='confluence-users', start=0, limit=1000)
427-
428425
# Get information about a user through username
429426
confluence.get_user_details_by_username(username, expand=None)
430427

examples/confluence/confluence_get_group_members.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)