Get comma separated list of server members

would be useful so we dont get ratelimited getting all the members one by one

Is there an endpoint for this?

I know there’s a Get Server Members block but I don’t think there’s an endpoint that gets more than 200 members at a time

theres this


which allows you to paginate so you could theoretically get any number of members
I think this is what the get server members block is doing and its just iterating over each entry in the list so perhaps a list and iterator variant of the block which respectively allow you to get the list of server members and to iterate over them like normal