---
title: "Fetch Mutual Friends, Servers, Groups and DMs"
method: GET
path: "/users/{target}/mutual"
tags: ["Relationships"]
---

# Fetch Mutual Friends, Servers, Groups and DMs

`GET /users/{target}/mutual`

Retrieve a list of mutual friends, servers, groups and DMs with another user.

## Path parameters

- `target` string, required

## Response `200`

- MutualResponse — Mutual friends, servers, groups and DMs response
  - `users` string[], required — Array of mutual user IDs that both users are friends with
  - `servers` string[], required — Array of mutual server IDs that both users are in
  - `channels` string[], required — Array of mutual group and dm IDs that both users are in

## Other responses

- `default` — An error occurred.

---

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