Update user settings

This page describes how to update the user settings for your account using the Management API.

This request uses RFC 6902 patch operations to update user settings. The specific operations that are supported depend on the settings you are updating. The supported operations are described in the API reference Update user settings.

For more information about user settings, see User settings.

Authentication

These requests require an access token, as described in Authenticate.

Update user settings

To update user settings, use the following operation:

PATCH https://api.symbl.ai/v1/manage/settings

To make this request from the API reference, see Update user settings.