---
title: "Get users"
method: GET
path: "/v1/core/users"
---

# Get users

`GET /v1/core/users`

Get users

## Query parameters

- `disabled` boolean, nullable — Optionally filter by users which you have disabled.
- `excludeSiroUsers` boolean, nullable — Whether to exclude users with Siro emails (including bot users)
- `externalId` string — Optionally filter to Siro user linked to external system with this external Id

## Response `200`

Get users

- object
  - `data` object[], required
    - `id` string, required
    - `email` string, nullable, required
    - `organizationId` string, required
    - `phoneNumber` string, nullable, required
    - `firstName` string, nullable, required
    - `lastName` string, nullable, required
    - `memberTeamId` string, nullable, required
    - `coachTeamIds` string[], required
    - `externalId` string, nullable, required
    - `createdAt` string, nullable, required
    - `disabled` boolean, required
    - `billable` boolean, required
    - `contactSettings` object — Contact settings for the user
      - `suppressEmails` boolean — Whether the user should receive any emails
      - `suppressEmailErrors` boolean — If true, email-related errors will be logged but not thrown. User operations will succeed even if email operations fail. Defaults to false.
  - `cursor` string, nullable, required — Opaque cursor for pagination

---

[API](https://skmtc.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
