Skip to content

Commit

Permalink
Update google_director list users max results
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 17, 2024
1 parent 248b6a4 commit 44dfe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/integrations/google_workspace/google_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def list_users(
delegated_user_email,
paginate=True,
customer=customer,
maxResults=10,
maxResults=500,
orderBy="email",
)

Expand Down

0 comments on commit 44dfe31

Please sign in to comment.