Updates the email activation settings.
Name | Description | Type | Example |
show
sent in body
|
Specifies whether to show the email activation panel to the user or not | Bool value | true |
PUT api/2.0/settings/emailactivation Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "show": true }
Updated email activation settings
application/json
{ "status": 0, "response": { "Show": true } }
text/xml
<result> <status>0</status> <response> <Show>True</Show> </response> </result>