---
title: "Available assignees"
method: POST
path: "/metadata/assignees"
tags: ["Metadata"]
---

# Available assignees

`POST /metadata/assignees`

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

## Request body

- object
  - `playbook_alert_id` string, required — The unique id of the triggered Playbook Alert

## Response `200`

List of possible assignees for this Playbook Alert.

- MetadataAssigneeResponse
  - `status` PlaybookAlertStatusResponse
    - `status_code` 'Ok' | 'Error' — Status describing the result of the request.
    - `status_message` string — Text describing the status, suitable for displaying an error.
  - `assignees` object[]
    - `name` string — Full name of the assignee
    - `display_name` string — Full name of the assignee
    - `id` string — ID of the assignee

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/versions/c8c2f68d8b60/schema)
