POST api/2.0/portal/sendcongratulations

Description

Sends congratulations to the user after registering the portal.

Parameters
Name Description Type Example
Userid
sent in body
Uer ID guid 9924256A-739C-462b-AF15-E652A3B1B6EB
Key
sent in body
Email key string some text
Example
POST api/2.0/portal/sendcongratulations
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Userid": "9924256A-739C-462b-AF15-E652A3B1B6EB",
  "Key": "some text"
}
Returns

This method doesn't return any data.