---
title: "Send invite to friend"
method: POST
path: "/invites/{user_id}"
---

# Send invite to friend

`POST /invites/{user_id}`

Send an invitation to become friends with the specified user

## Path parameters

- `user_id` integer, required

## Headers

- `authorization` string, required

## Response `200`

Invitation sent successfully

## Other responses

- `401` — Unauthorized request
- `404` — User not found
- `500` — Internal server error

---

[API](https://skmtc.net/01-edu/apis/friend-tracker-api.md) · [All operations](https://skmtc.net/01-edu/apis/friend-tracker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/01-edu/friend-tracker-api/versions/0a952c2d887c/schema)
