POST api/2.0/people/import/save
Imports the new portal users with the first name, last name, and email address.
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
|
POST api/2.0/people/import/save
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userList": "some text",
"importUsersAsCollaborators": true
}