POST api/2.0/settings/ssov2
Saves the SSO settings for the current portal.
Name |
Description |
Type |
Example |
serializeSettings
sent in body
|
Serialized SSO settings
|
string
|
some text
|
POST api/2.0/settings/ssov2
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"serializeSettings": "some text"
}