latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-217311,8115.6 MB

34c3066fc261

alerting-v2

Assign an alert to a user

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/alerting/v2/alerts/{group_hash}/_assign</span></div>

Refer to Spaces for more information.

Create an action for a specific alert group.<br/><br/>[Required authorization] Route required privileges: manage_alerting-v2-alerts.

post/api/alerting/v2/alerts/{group_hash}/_assign

Path parameters

group_hashstring required

Hash identifying the alert group to apply the action to.

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

assignee_uidstring nullable required

User profile UID of the assignee, or null to remove the assignee from the episode.

episode_idstring required

The episode identifier to assign.

Response

Returns the newly created alert action.