Registers a user on the Personal portal.
Name | Description | Type | Example |
Email
sent in body
|
Email address | System.String | |
Lang
sent in body
|
Language | System.String | |
Spam
sent in body
|
Specifies if the user wants to subscribe to the ONLYOFFICE newsletter or not | System.Boolean | |
RecaptchaResponse
sent in body
|
ReCAPTCHA response | System.String |
POST api/2.0/people/register Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "Email": "some text", "Lang": "some text", "Spam": true, "RecaptchaResponse": "some text" }
Error message or empty string