# Microsoft 365 HTTP Request

> `UiPath.MicrosoftOffice365.Activities.General.HttpRequestConnections`

`UiPath.MicrosoftOffice365.Activities.General.HttpRequestConnections`

## Description

Run HTTP calls in Microsoft 365 using Microsoft Graph.

## Project compatibility

Windows | Cross-platform

## Configuration

* **Connection** - The connection established in Integration Service. Access the dropdown menu to choose, add, or manage connections.
* **Request method** - Indicates the request method used:
  + `GET` - Method used to request data from a specified resource.
  + `DELETE` - Method used to request data from a specified resource.
  + `PATCH` - Method used to apply partial modifications to a resource.
  + `POST` - Method used to send data to the server.
  + `PUT` - Method used to send data to the server to update a resource.
* **Request URL** - Indicates the endpoint path for the request, such as `https://graph.microsoft.com/v1.0`.
* **Parameters** - The list of parameters and the corresponding values.
* **Headers** - The list of headers and their values.
* **Required scopes** - The scopes required to make the request. This field supports `String[]` type input. This field is displayed when you use this activity inside **Microsoft 365 Scope**.
* **Body** - Indicates the body of the request.

### Additional options

#### Output

* **Response content** - The response content received from the endpoint.
* **Response status** - The response status of the executed request.
* **Response headers** - - The list of response headers and their values.
