Queries
getMSTeamsMembersForChannel
Fetches the current members of a Microsoft Teams channel directly from the Teams API. Requires a workspace MS Teams integration and calls Microsoft Graph; use this to populate member lists when resolving customers for a channel.
QUERY
getMSTeamsMembersForChannel(msTeamsChannelId: ID!, msTeamsTeamId: ID!): MSTeamsChannelMembers!Arguments
msTeamsChannelId
ID!
required
msTeamsTeamId
ID!
required
Returns
members
Query
Variables
Response
Query
Variables
Response

