An API that connects multiple Microsoft services, enabling data access and automation across platforms
This can be done, as shown in the figure below are the permissions you need to grant to application A, both delegate permissions and application permissions are supported.
When you use delegate permissions, you need to log in interactively, using auth code flow.
When using the application permissions, use the client credential flow.
Please see the link for details such as the specific request path:
https://learn.microsoft.com/en-us/graph/api/team-post-installedapps?view=graph-rest-1.0&tabs=http
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.