Add user_ids option to List Guild Members Endpoint #7270
Unanswered
Qreepex
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, when you want to fetch multiple members from a guild you can either fetch ALL members in chunks of 1,000 each from the API, fetch all members one by one from the API or do a Gateway Guild Members Request.
I would wish for a
user_ids
option for the List Guild Members API Endpoint with the same behavior as the Gateway Guild Member Requestuser_ids
option.This would need way less traffic than fetching all members or the desired members one by one without the need of having a gateway connection up and running.
Beta Was this translation helpful? Give feedback.
All reactions