v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Metadata

Available assignees

List all users that are available as possible assignees for a given Playbook Alert

post/metadata/assignees

Request body

playbook_alert_idstring required

The unique id of the triggered Playbook Alert

Response

List of possible assignees for this Playbook Alert.

Example response

{
  "status": {
    "status_code": "Ok",
    "status_message": "Ok"
  },
  "assignees": [
    {
      "name": "Marty McFly",
      "display_name": "Marty McFly",
      "id": "uhash:40wXmPVONA"
    }
  ]
}