Get Members in Scope
To get the members in scope for a particular Group, Chapter, or Channel, use one of the following REST APIs:
https://{subdomain}.teleskope.io/1/eai/graph?getMembersInScope&group_id={group_id} https://{subdomain}.teleskope.io/1/eai/graph?getMembersInScope&group_id={group_id}&chapter_id={chapter_id} https://{subdomain}.teleskope.io/1/eai/graph?getMembersInScope&group_id={group_id}&channel_id={channel_id}
Replace {subdomain} with the customer's assigned subdomain, {group_id} with the Group ID obtained from the previous API call, {chapter_id} with the Chapter ID obtained from the previous API call (optional), and {channel_id} with the Channel ID obtained from the previous API call (optional). These APIs return a list of members in scope for the specified Group, Chapter, or Channel.