---
title: "List colleagues"
method: GET
path: "/v1/colleagues"
tags: ["Colleagues"]
---

# List colleagues

`GET /v1/colleagues`

## Query parameters

- `PageIndex` integer
- `PageSize` integer
- `OrderBy` string
- `query` string

## Response `200`

OK

- Colleague[]
  - `cellPhone` string, nullable — Cell phone number
  - `email` string, nullable — Email
  - `firstName` string, nullable — First name
  - `homecareServiceNumber` string, nullable — Homecare service number associated with the colleague
  - `id` integer — Colleague Id
  - `initialPartnerBalance` number, double — Initial balance for the partner
  - `internalId` string, nullable — Internal identifier for the colleague
  - `isPartner` boolean — Indicates if the colleague is a partner
  - `lastName` string, nullable — Last name
  - `metadatas` object, nullable — Metadata associated with the colleague
  - `name` string, nullable — Colleague Name
  - `number` string, nullable — Colleague Number
  - `phone` string, nullable — Phone number
  - `title` string, nullable — Title
  - `userId` string, nullable — User identifier associated with the colleague

---

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