Skip to main content

Invite to topic

POST 

https://discourse.example.com/t/:id/invite.json

Invite to topic

Request

Path Parameters

    id stringrequired

Header Parameters

    Api-Key stringrequired
    Api-Username stringrequired

Body

    user stringrequired
    email stringrequired

Responses

topic updated

Schema
    user object
    id integerrequired
    username stringrequired
    name stringrequired
    avatar_template stringrequired
curl -L -X POST 'https://discourse.example.com/t/:id/invite.json' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"user": "string",
"email": "string"
}'
Request Collapse all
Base URL
https://discourse.example.com
Parameters
— pathrequired
— headerrequired
— headerrequired
Body
{
  "user": "string",
  "email": "string"
}