---
title: "Get User Profile Stats"
method: GET
path: "/v4/livecomments/{section_uuid}/{user_uuid}/profile"
tags: ["CommentStats"]
---

# Get User Profile Stats

`GET /v4/livecomments/{section_uuid}/{user_uuid}/profile`

Returns interaction stats for a specific user.

## Path parameters

- `section_uuid` string, uuid, required
- `user_uuid` string, uuid, required

## Response `200`

OK

- UserProfile — A group of user stats relating to content authored by that user
  - `likes_created` integer
  - `likes_received` integer
  - `dislikes_created` integer
  - `dislikes_received` integer
  - `content_created` integer

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden

---

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