---
title: "Get the user profile."
method: GET
path: "/users/{login_name}/profile"
tags: ["user"]
---

# Get the user profile.

`GET /users/{login_name}/profile`

Get the user profile.

## Path parameters

- `login_name` string, required

## Response `200`

OK

- UserProfile
  - `avatar_url` string
  - `email` string
  - `full_name` string
  - `id` string

---

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