Get Started
API backend
API system
More information

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 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
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