---
title: "returns public profile data (user profile & top public tags ) for user"
method: GET
path: "/public/users/{userId}/profile"
tags: ["public-user-data"]
---

# returns public profile data (user profile & top public tags ) for user

`GET /public/users/{userId}/profile`

## Path parameters

- `userId` string, required

## Query parameters

- `limit` integer

## Response `200`

OK

- object
  - `profile` UserProfile
    - `displayName` string
    - `summary` string
    - `websiteLink` string
    - `twitterLink` string
    - `githubLink` string
    - `linkedinLink` string
  - `topUsedPublicTags` TagCount[]
    - `name` string, required
    - `count` integer, required — how much many times the tag has been used in the specific context

---

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