-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AccountMembersApi.get_members call fails when the limit is greater than 20 #15
Comments
Hmmm I'm able to reproduce this, it seems like some members don't have a |
For what it's worth, if you can figure out which members don't have a |
Has there been any movement on this? I'm running into this same issue at the moment. |
Oh yes! My apologies, I should have updated this issue - we merged what should've been a fix about a week ago, but I'm seeing the same behavior too...I'll investigate. Edit: I see, the issue is slightly different but...basically the same:
Hmm...the value I'm seeing from the API is an int, I'll see if I can figure out where that's getting converted. |
It might be a situation where the |
api_response = api_instance.get_members(limit=limit, offset=offset, filter=filter, sort=sort)
response is last_seen needs set for sort, but it cannot be set correctly to any value that works.
it appears if last_seen is not set for a user, then this method doesn't return properly.
The text was updated successfully, but these errors were encountered: