> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Perform Sensor Update Policies Action

Perform an action on selected sensor update policies.

**Note**: Verify operation success by checking the response body. If the `resources` property is empty, the action failed. This typically indicates invalid parameters.

The following permissions are required to run this action:

* `Sensor update policies`: **Read** and **Write**.
* `Host groups`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/ed1b4a95/detection-and-prevention-policy-apis#n790926d).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                                                             |
  | ----------------- | --------------------------------------------------------------------------------------- |
  | Action To Perform | Select the required action to perform on the specified sensor update policies.          |
  | Group ID          | The unique identifier of the group to perform the action with.                          |
  | IDs               | A comma-separated list of sensor update policies identifiers to perform this action on. |
</div>

## Example Output

```json theme={"dark"}
{
	"errors": [
		{
			"code": 0,
			"id": "string",
			"message": "string"
		}
	],
	"meta": {
		"pagination": {
			"limit": 0,
			"offset": 0,
			"total": 0
		},
		"powered_by": "string",
		"query_time": 0,
		"trace_id": "string",
		"writes": {
			"resources_affected": 0
		}
	},
	"resources": [
		{
			"created_by": "The email of the user which created the policy",
			"created_timestamp": "The time at which the policy was created",
			"description": "The description of a policy. Use this field to provide a high level summary of what this policy enforces",
			"enabled": false,
			"groups": [
				{
					"assignment_rule": "The assignment rule of a group",
					"created_by": "The email of the user which created the policy",
					"created_timestamp": "The time at which the policy was created",
					"description": "An additional description of the group or the devices it targets",
					"group_type": "The method by which this host group is managed",
					"id": "The identifier of this host group",
					"modified_by": "The email of the user which last modified the policy",
					"modified_timestamp": "The time at which the policy was last modified",
					"name": "The name of the group"
				}
			],
			"id": "The unique id of the policy",
			"modified_by": "The email of the user which last modified the policy",
			"modified_timestamp": "The time at which the policy was last modified",
			"name": "The human readable name of the policy",
			"platform_name": "The name of the platform",
			"settings": {
				"build": "string"
			}
		}
	]
}
```

## Workflow Library Example

[Perform Sensor Update Policies Action with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/perform-sensor-update-policies-action-with-crowdstrike-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/perform-sensor-update-policies-action-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
