Skip to content

Commit 30263a0

Browse files
feat (User Management): add query params search and include_settings to list_users operation (#198)
Signed-off-by: David Lim <[email protected]>
1 parent da48336 commit 30263a0

File tree

4 files changed

+525
-82
lines changed

4 files changed

+525
-82
lines changed

examples/test_user_management_v1_examples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ def test_list_users_example(self):
174174
pager = UsersPager(
175175
client=user_management_service,
176176
account_id=account_id,
177+
include_settings=True,
178+
search="state:ACTIVE",
177179
)
178180
while pager.has_next():
179181
next_page = pager.get_next()

0 commit comments

Comments
 (0)