---
title: "list users eligible to be deployment request assignees"
method: GET
path: "/w/{workspace}/deployment_request/eligible_deployers"
tags: ["workspace"]
---

# list users eligible to be deployment request assignees

`GET /w/{workspace}/deployment_request/eligible_deployers`

Returns admins and members of wm_deployers in the parent workspace of the fork at `{workspace}`.

## Path parameters

- `workspace` string, required

## Response `200`

list of eligible deployers

- DeploymentRequestEligibleDeployer[]
  - `username` string, required
  - `email` string, required
  - `is_admin` boolean, required

---

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