Update User Settings
Update user settings and preferences for the current user
Authorizations
Get access to data with your user's JSON Web Token.
Body
NOTE: Field number is nonsequential because it was added later. But it's first because it's a path param. The user ID to fetch settings for. NOTE: As of June 2025, it must be equal to the requester's ID.
the user's currently selected email address
if the user has accepted the terms of service
if the user is subscribed to emails
if the user would like to be contacted about product experiments
if the user has used the CLI to login
if the user has completed the findings product tour, deprecated (see findings_tour_state)
if the user has completed the supply chain product tour, deprecated (see supply_chain_tour_state)
the completion state of the findings product tour
| value | description |
|---|---|
| TOUR_STATE_INCOMPLETE | |
| TOUR_STATE_COMPLETE | |
| TOUR_STATE_SKIPPED |
TOUR_STATE_INCOMPLETE, TOUR_STATE_COMPLETE, TOUR_STATE_SKIPPED the completion state of the supply chain product tour
| value | description |
|---|---|
| TOUR_STATE_INCOMPLETE | |
| TOUR_STATE_COMPLETE | |
| TOUR_STATE_SKIPPED |
TOUR_STATE_INCOMPLETE, TOUR_STATE_COMPLETE, TOUR_STATE_SKIPPED the completion state of the supply chain product tour
| value | description |
|---|---|
| TOUR_STATE_INCOMPLETE | |
| TOUR_STATE_COMPLETE | |
| TOUR_STATE_SKIPPED |
TOUR_STATE_INCOMPLETE, TOUR_STATE_COMPLETE, TOUR_STATE_SKIPPED capture the event source, which may be passed as a query param (e.g. ?event_source=Welcome)
| value | description |
|---|---|
| Welcome | |
| Findings | |
| ExistingScaUserVulnsTour | |
| NewScaUserVulnsTour | |
| AccountSettingsPanel | |
| Vulns | |
| useOnboardingTaskData | |
| AiScanTour | |
| AutofixIntro | |
| ScaAutofixIntro | |
| MultimodalBanner | |
| CombinedFindings |
Welcome, Findings, ExistingScaUserVulnsTour, NewScaUserVulnsTour, AccountSettingsPanel, Vulns, useOnboardingTaskData, AiScanTour, AutofixIntro, ScaAutofixIntro, MultimodalBanner, CombinedFindings scalable structure for tour states
Response
OK