PATCH /api/user/account/

Updates the account information of the authenticated user.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
completed_onboarding Boolean No

Indicates whether the user has completed the onboarding.

completed_guided_tours[] Array No

Indicates which guided tour types have been completed.

first_name String No
email_notification_frequency String No

The maximum frequency at which the user wants to receive email notifications.

  • instant - instant
  • daily - daily
  • weekly - weekly
  • never - never

Possible values:

  • "weekly"
  • "never"
  • "daily"
  • "instant"
language String No

An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.