Hi Tsai Yunda ,
Thanks for reaching out to Microsoft!
As per Microsoft documentation, verify the authenticity of each change notification before running business logic based on resource data included in change notifications.
A change notification with resource data contains an extra property, validationTokens
, which contains an array of JSON Web Tokens (JWT) generated by Microsoft Graph. Therefore, the validationTokens
need to be validated.
Reference on service limits:
https://learn.microsoft.com/en-us/graph/throttling-limits#microsoft-teams-service-limits
Note: APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.