# Folder Updated

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| Trigger actions when an existing folder in Box is updated. | GET | /folders |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Parent folder name | The name of the folder in which the updated folder resides. | string |
| Modified by (email) | The email address of the user who performed the update. | string |
| Created by (email) | The email address of the user who originally created the folder. | string |
| Folder name | The name of the folder that was updated. | string |
| Content modified at | The timestamp indicating when the folder was last modified. | date time |
| Owned by (email) | The email address of the user who owns the folder. | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| ID | The unique identifier of the updated folder. | string |
| Folder Updated | The full response payload associated with the folder update event. | Object |

:::note
* In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
