metadata_upsert_user_metadata
Update or create metadata for a specific user by ID through the Remnawave panel API; use confirm to preview before applying changes.
Instructions
PUT /api/metadata/user/{userId} Update or create User Metadata Tags: Metadata Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| userId | Yes | ||
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |