---
title: "Gets all active consultants"
method: GET
path: "/Entity/Consultants"
tags: ["Entity"]
---

# Gets all active consultants

`GET /Entity/Consultants`

## Query parameters

- `includeInactive` boolean

## Response `200`

- ConsultantEntity[], nullable
  - `Id` integer
  - `Name` string, nullable
  - `Phone` string, nullable
  - `Email` string, nullable
  - `EmailOther` string, nullable
  - `IsActive` boolean
  - `DefaultConsultantRoleId` integer, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
