---
title: "TeamMember Updates (full or delta)"
method: GET
path: "/web/team-members"
tags: ["Indoor Updates"]
---

# TeamMember Updates (full or delta)

`GET /web/team-members`

Returns a list of TeamMembers, either all available or only those modified since a given timestamp.

## Query parameters

- `ts` integer — Unix timestamp (in seconds). Filters team members updated since this time.
- `all` boolean — Return all team members ignoring `ts`. Accepted values: true, false, 1, 0, yes, no.
- `team_id` integer — Filter by team ID.

## Response `200`

- object[]
  - `id` integer
  - `person-id` integer
  - `slug` string
  - `code` string
  - `eligible_from` string
  - `eligible_until` string
  - `note` string
  - `jersey_number` integer
  - `nickname` string
  - `photo_url` string
  - `team_player_position_id` integer
  - `club_id` integer
  - `team_id` integer
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string

## Other responses

- `422`

---

[API](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation.md) · [All operations](https://skmtc.dev/volleynet/apis/o-vv-volley-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/volleynet/o-vv-volley-api-documentation/revisions/1743e6e988d5/schema)
