POST api/2.0/mail/accounts/oauth
Creates Mail account with OAuth authentication. Only Google OAuth supported.
Name |
Description |
Type |
Example |
code
sent in body
|
Oauth code
|
string
|
some text
|
type
sent in body
|
Type of OAuth service. 0- Unknown, 1 - Google.
|
System.Byte
|
|
POST api/2.0/mail/accounts/oauth
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"code": "some text",
"type": 0
}