Get Started
API backend
API system
More information

PUT api/2.0/people/theme This function requires authentication

Description

Changes the current portal theme.

Parameters
Name Description Type Example
Theme
sent in body
Portal theme (Base, System, or Dark) ASC.Web.Core.Users.DarkThemeSettingsEnum
Example
PUT api/2.0/people/theme
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Theme": "Base"
}
Returns

Theme