---
title: "Get a specific user profile"
method: GET
path: "/users/{name}"
tags: ["Users"]
---

# Get a specific user profile

`GET /users/{name}`

Get a specific user profile by name

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- UserPublic
  - `name` string — The display name for this user
  - `username` string, required — The lowercase account name for this user
  - `description` string — A short description of the user
  - `picture` string — URL to the picture associated with this user

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
