HTTP request / response

HTTP request

Use Microsoft Graph for the following code if you want to request an HTTP.

POST /teams/{id}/installedApps

Request

The following code is an example of a request which can be made in Microsoft Graph.

POST /teams/{id}/installedApps
Content-type: application/json
{
“teamsApp@odata.bind”:”https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/12345678-9abc-def0-123456789a”
}

Response

If successful, the response should only be ‘201 Created’ and should not have anything in the response body.

HTTP/1.1 201 Created

Next topic: Proactive Messaging using Bot