Sends congratulations to the user after registering the portal.
Name | Description | Type | Example |
Userid
sent in body
|
Uer ID,e | System.Guid | |
Key
sent in body
|
Email key | System.String |
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" }
This method doesn't return any data.