Fetch Members
This guide will help you with fetching Group members from Lens API.
Fetch Groups Members
- GraphQL
- React
- TypeScript
Use the paginated groupMembers query to fetch a list of group members based on the provided group address.
The Fetch Account guide provides a more detailed explanation of how to fetch an account.
See the Pagination guide for more information on how to handle paginated results.