---
title: "Get user"
method: GET
path: "/v1/core/users/{id}"
---

# Get user

`GET /v1/core/users/{id}`

Get user

## Path parameters

- `id` string, required

## Response `200`

Get user

- object
  - `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.

---

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