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.
Possible values:
|
language |
String | No |
An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.