---
title: "Get a public user profile"
method: GET
path: "/v1/u/{slug}"
tags: ["Users"]
---

# Get a public user profile

`GET /v1/u/{slug}`

Returns the public profile for a user by slug. Used by the manifest page to display the host name and timezone.

## Path parameters

- `slug` string, required

## Response `200`

Default Response

- object
  - `name` string
  - `slug` string
  - `timezone` string

---

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