Get all users per enrollment type via GraphQL API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2020
12:51 AM
Hey guys,
I'd like to take a paginated list of users associated with my account filtered by enrollment type. With the REST API, I've been using /api/v1/accounts/:account_id/users?enrollment_type[]={type}. Could you please assist me to get the same result with your GraphQL API?
Thanks