---
title: "Retrieve all eligible assignees for a Case"
method: POST
path: "/assignees"
tags: ["Metadata"]
---

# Retrieve all eligible assignees for a Case

`POST /assignees`

List users in an organization who are eligible to be assigned to a specific case, with optional name or email filtering.

## Request body

- AssigneesRequest — Request to retrieve eligible assignees for a case.
  - `id` string, identity, required — The identity of a task
  - `limit` integer
  - `text` string

## Response `200`

Success

- CaseAssigneesResponse[]
  - `status` Status — API response status with code and message.
    - `status_code` string
    - `status_message` string
  - `data` User[]
    - `scopes` Scope[], nullable — The user scopes.
      - `updated_at` string — Last updated timestamp.
      - `name` string — The scope name.
      - `id` number — The unique identifier for the scope.
      - `display_name` string, nullable — The display name.
      - `description` string, nullable — The scope description.
      - `created_at` string — The created at timestamp.
    - `primary_user_id` number, nullable — The primary user id if the user has multiple accounts and this isn't the primary one.
    - `last_sign_in_at` string, nullable — The last RiskRecon portal sign in timestamp.
    - `last_name` string — The last Name of the user.
    - `is_active` boolean — Is the user active?
    - `first_name` string — The first name of the user.
    - `eula_accepted_on` string, nullable — The EULA accepted date.
    - `employee_id` string, nullable — The employee Id.
    - `email` string — The listed email address of the user.
    - `customer_id` string, uuid — The customer Id of the user.
    - `current_sign_in_at` string, nullable — The current sign in timestamp.
    - `company_id` number, nullable — The company id of the user. This is a legacy field and the customer_id should be used instead.
    - `cell_phone` string, nullable — The cell phone of the user if available.

---

[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)
