You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The get_users() method only returns the 50 first users.
Describe the solution you'd like
The get_users() method should accept an offset parameter to retrieve next users after the first 50 users has been retrieved.
Is your feature request related to a problem? Please describe.
The get_users() method only returns the 50 first users.
Describe the solution you'd like
The get_users() method should accept an offset parameter to retrieve next users after the first 50 users has been retrieved.
Additional context
Attached test.py script compare rocketchat_API and rocket-python behavior.
test.py.gz
Here is the script output :
The text was updated successfully, but these errors were encountered: