---
title: "Retrieve all users."
method: GET
path: "/users"
tags: ["Users"]
---

# Retrieve all users.

`GET /users`

## Response `200`

A list of users.

- User[]
  - `id` string
  - `first_name` string
  - `last_name` string
  - `nationality` Nationality — A nationality.
    - `iso` string — ISO country code.
    - `description` string
    - `flag` string, url — URL to the flag image.
  - `club` Club — An athletics club.
    - `id` string
    - `name` string
    - `short_name` string
    - `country` string
    - `city` string
    - `email` string, email

---

[API](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api.md) · [All operations](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athletics-app/atletiek-nu-competition-data-api/versions/cd49a90e4266/schema)
