Hey,
I would like to know the rate limit per app per tenant and per app across all the tenants for these API's:
/groups?$select=id,resourceProvisioningOptions : listing all the teams in the tenant
https://graph.microsoft.com/v1.0/teams/${teamId}/channels : listing all the channels in the particular team
/v3/conversations/{conversationId}/pagedmembers?pageSize={pageSize} : listing members of particular channel
https://graph.microsoft.com/v1.0/teams/${teamId}/channels/${channelId} : to get channel Details using Channel ID
https://graph.microsoft.com/v1.0/users/{id | userPrincipalName} : to get member details using Id
/v3/conversations/<conversationId/channelId>/activities/<activityId>/ : Sending message to a particular Channel
