POST api/2.0/people/import/save This function requires authentication

Description

Imports the new portal users with the first name, last name, and email address.

Parameters
Name Description Type Example
userList
sent in body
List of users string some text
importUsersAsCollaborators
sent in body
Specifies whether to import users as guests (true) or not (false)
optional
Bool value true
Example
POST api/2.0/people/import/save
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "userList": "some text",
  "importUsersAsCollaborators": true
}
Returns

Newly added users