---
title: "Get friends suggestions"
method: GET
path: "/api/v5/users/friends-suggestions"
tags: ["Users"]
---

# Get friends suggestions

`GET /api/v5/users/friends-suggestions`

Get friends suggestions

## Response `200`

Successful Response

- Friends — List of users (light user)
  - `users` UserLight[], required
    - `id` integer
    - `username` string
    - `email` string
    - `firstName` string
    - `lastName` string
    - `profilePictureUrl` string
    - `phone` string
    - `role` string

---

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