POST api/2.0/people/register

Description

Registers a user on the Personal portal.

Parameters
Name Description Type Example
Email
sent in body
Email address string some text
Lang
sent in body
Language string some text
Spam
sent in body
Specifies if the user wants to subscribe to the ONLYOFFICE newsletter or not Bool value true
RecaptchaResponse
sent in body
ReCAPTCHA response string some text
Example
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"
}
Returns

Error message or empty string