Get Started
API backend
API system
More information

POST api/2.0/portal/sendcongratulations This function requires authentication

Description

Sends congratulations to the user after registering the portal.

Parameters
Name Description Type Example
Userid
sent in body
Uer ID,e System.Guid
Key
sent in body
Email key System.String
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.