---
title: "Get Profile Post Likes"
method: GET
path: "/profile-posts/{profile_post_id}/likes"
tags: ["Profile Posts"]
---

# Get Profile Post Likes

`GET /profile-posts/{profile_post_id}/likes`

List of users who liked a profile post.

Required scopes:
+ **read**

## Path parameters

- `profile_post_id` integer, required — Id of profile post.

## Response `200`

Successful Response.

- object
  - `users` object[], required
    - `user_id` integer, required
    - `username` string, required
  - `system_info` RespSystemInfo, required
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Error Response.
- `404` — Not Found

---

[API](https://skmtc.net/lolz/apis/lolzteam-public-api-forum.md) · [All operations](https://skmtc.net/lolz/apis/lolzteam-public-api-forum/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lolz/lolzteam-public-api-forum/revisions/3efcdbc40994/schema)
