---
title: "Get User Info"
method: GET
path: "/v1/user/user_info"
tags: ["User"]
---

# Get User Info

`GET /v1/user/user_info`

Retrieve a user's information by their external ID.

## Query parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- UserInfo — Schema for user info.
  - `flwr_aid` string, nullable
  - `username` string, nullable
  - `tagline` string, nullable
  - `affiliation` string, nullable
  - `location` string, nullable
  - `website` string, nullable
  - `social_links` SocialLinks — Schema for social links.
    - `x` string, nullable
    - `github` string, nullable
    - `linkedin` string, nullable
    - `huggingface` string, nullable
    - `scholar` string, nullable
  - `avatar_url` string, nullable
  - `achievements` UserAchievement[]
    - `key` 'launch_partner' | 'early_contributor', required — Achievement key values.
    - `label` string, required
    - `assigned_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/adf853ac4f41/schema)
