---
title: "This endpoint will return users available to review/approve this change request"
method: GET
path: "/api/admin/projects/{projectId}/change-requests/available-reviewers/{environment}"
tags: ["Change Requests"]
---

# This endpoint will return users available to review/approve this change request

`GET /api/admin/projects/{projectId}/change-requests/available-reviewers/{environment}`

**Enterprise feature**

This endpoint will list users available to approve a change request in this project.

## Path parameters

- `projectId` string, required
- `environment` string, required

## Response `200`

changeRequestAvailableReviewersSchema

- ChangeRequestAvailableReviewersSchema — A list of users available to review a change request.
  - `reviewers` ChangeRequestReviewerSchema[], required — a list of reviewers
    - `id` number, required — Id of the user available to review
    - `email` string, required — The email of the approving user
    - `username` string, nullable — The username of the approving user
    - `name` string, nullable — The name of the approving user
    - `imageUrl` string, uri, nullable — The URL where the user's image can be found.

---

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