Skip to content

Commit

Permalink
deleted users should be paginated (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomail authored Dec 21, 2023
1 parent 90f442b commit c607067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zenpy/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,8 @@ def deleted(self, **kwargs):
:return:
"""
if 'cursor_pagination' not in kwargs:
kwargs['cursor_pagination'] = True
return self._get(self._build_url(self.endpoint.deleted(**kwargs)))

@extract_id(User)
Expand Down

0 comments on commit c607067

Please sign in to comment.