---
title: "Get user or suggestions"
method: GET
path: "/api/user"
tags: ["User"]
---

# Get user or suggestions

`GET /api/user`

suggest=1: suggested users (auth). No id: current user (auth). id and/or handle: public profile. Current-user payload always includes `interests` (array; empty means none) and `interestsCapturedAt` (ISO 8601 or null if never captured).

## Query parameters

- `suggest` string
- `id` string
- `handle` string

## Response `200`

User object or suggestions array

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
