Updates your Backoffice Account settings with any or all changes. This call can be used to implement either some of the settings that you wish to change, or to implement all of your changes.

Update your Backoffice Account settings with your new settings. You can update one or more setting groups
(feature settings, package settings, designer settings, etc.) in a single request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The account configuration settings to update

This class contains properties for the Account Configuration settings.
Represents the account settings structure for OneSpan Sign API.

IMPORTANT: OneSpan API Behavior:

  • GET /api/account/admin/accountSettings returns ONLY:

    • accountFeatureSettings
    • accountPackageSettings
  • PATCH /api/account/admin/accountSettings accepts ALL settings:

    • featureSettings
    • packageSettings
    • designerSettings (applied but not returned in GET)
    • emailReminderSettings (applied but not returned in GET)
    • signingUiOptions (applied but not returned in GET)

To retrieve other settings, use dedicated endpoints:

  • GET /api/account/admin/accountSettings/designerSettings
  • GET /api/account/admin/accountSettings/emailReminderSettings
  • GET /api/account/admin/signingUiOptions

featureSettings

Account Feature Settings - Controls feature availability and behavior for the account.
PATCH: Use property name "featureSettings"
GET: Returned as "accountFeatureSettings"

packageSettings

Account Package Settings - Controls package-level configurations and defaults.
PATCH: Use property name "packageSettings"
GET: Returned as "accountPackageSettings"

designerSettings

Account Designer Settings - Controls designer interface options and capabilities.
PATCH: Accepts property name "designerSettings" (changes will be applied)
GET: NOT returned by parent endpoint (use dedicated endpoint to retrieve)

emailReminderSettings

Account Email Reminder Settings - Controls email reminder configurations and schedules.
PATCH: Accepts property name "emailReminderSettings" (changes will be applied)
GET: NOT returned by parent endpoint (use dedicated endpoint to retrieve)

signingUiOptions

Signing UI Options - Controls signing ceremony interface options and customizations.
PATCH: Accepts property name "signingUiOptions" (changes will be applied)
GET: NOT returned by parent endpoint (use dedicated endpoint to retrieve)

accountFeatureSettings

Account Feature Settings (GET response format with "account" prefix).
Maps to FeatureSettings property.
This property is only used for GET response deserialization.

accountPackageSettings

Account Package Settings (GET response format with "account" prefix).
Maps to PackageSettings property.
This property is only used for GET response deserialization.

Responses
200

OK

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json