List of members of Tier

Hi, i want to check if the user is a member of a certain tier.

I have the tier.id but what request do i make to get the list of all members of that tier?

I am using Python

thanks

Currently filtering is not possible. You must either have your members log into your app/site via oAuth and check their tier with their user access token, or you can sync your campaign via /campaign/xx/members endpoint with your creator access token and check the users’ tiers in the related info.