---
title: "Get eligible assignees for a request type"
method: GET
path: "/v1/internal/assignees/eligible"
tags: ["assignees"]
---

# Get eligible assignees for a request type

`GET /v1/internal/assignees/eligible`

Returns all assignees who can handle the given request type and product code

## Query parameters

- `request_type` string, required
- `product_code` string, required

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` EligibleAssigneesResDTO
    - `assignees` string[] — List of eligible assignee emails
    - `product_code` string
    - `request_type` string
    - `total_count` integer
  - `has_more` boolean

## Other responses

- `400` — Bad Request

---

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