POST api/2.0/mail/accounts/simple
Creates an account based on email and password.
Name |
Description |
Type |
Example |
email
sent in body
|
Account email in string format like: name@domain
|
string
|
some text
|
password
sent in body
|
Password as plain text.
|
string
|
some text
|
POST api/2.0/mail/accounts/simple
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"email": "some text",
"password": "some text"
}