---
title: "Send content inside request body to the specific user."
method: POST
path: "/api/hubs/{hub}/users/{userId}/:send"
tags: ["webpubsub"]
---

# Send content inside request body to the specific user.

`POST /api/hubs/{hub}/users/{userId}/:send`

Send content inside request body to the specific user.

## Path parameters

- `hub` string, required
- `userId` string, required

## Query parameters

- `api-version` string, required
- `filter` string
- `messageTtlSeconds` integer

## Request body

- string, byte

## Response `202`

The request has been accepted for processing, but processing has not yet completed.

## Other responses

- `default` — The error response.

---

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