---
title: "List every user in the tenant who mentors at least one other user. Manager-only."
method: GET
path: "/mentor-metrics/mentors"
tags: ["MentorMetrics"]
---

# List every user in the tenant who mentors at least one other user. Manager-only.

`GET /mentor-metrics/mentors`

## Response `200`

OK

- BusinessMetricsResponseDtoOfListOfMentorListEntryDto
  - `success` boolean
  - `data` MentorListEntryDto[], nullable
    - `mentorId` string
    - `mentorName` string
    - `activeMenteeCount` union
      - integer
      - string, int32
    - `totalMenteeCount` union
      - integer
      - string, int32
  - `error` string, nullable
  - `message` string, nullable

---

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