v1

latestOpenAPI 3.0.02026-07-14282938.4 KB
Users

Retrieve a specific user by ID.

get/users/{user_id}

Path parameters

user_idstring required

The user identifier.

Response

A single user.

idstring
first_namestring
last_namestring

Example response

{
  "id": "ID",
  "first_name": "John",
  "last_name": "Doe",
  "nationality": {
    "iso": "BE",
    "description": "Belgian"
  },
  "club": {
    "id": "ID",
    "name": "demo name",
    "short_name": "DN",
    "country": "NL",
    "city": "Brussels",
    "email": "DN@atletiek.be"
  }
}