member added & channel created event in Teams
I want to get the details like above, for example, adding member into one team OR creating new channel.
I try List Channel Messages API, but the response have no relative details, just some chat messages details:
List Channel Messages API: GET https://graph.microsoft.com/beta/teams/{group-id-for-teams}/channels/{channel-id}/messages
Is there method to achieve the needs, Thanks.