---
title: "Add friend(s)"
method: POST
path: "/v2/friends/add"
tags: ["friends"]
---

# Add friend(s)

`POST /v2/friends/add`

Add one or more players as friends. Pass comma-separated XUIDs.

## Request body

- object
  - `xuids` string
  - `xuid` string

## Response `200`

Friend(s) added successfully

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

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