cURL
curl --request PATCH \ --url http://127.0.0.1:3333/v3/users/{userId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "onboardingCategories": [ "<string>" ], "displayedInAppNotifications": {}, "groupTitlesAutoGeneration": { "isEnabled": true, "provider": "<string>", "credentialsId": "<string>", "model": "<string>", "prompt": "<string>" }, "name": "<string>", "image": "<string>", "company": "<string>", "graphNavigation": "MOUSE", "preferredAppAppearance": "<string>", "preferredLanguage": "<string>" } '
{ "id": "<string>", "onboardingCategories": [ "<string>" ], "displayedInAppNotifications": {}, "groupTitlesAutoGeneration": { "isEnabled": true, "provider": "<string>", "credentialsId": "<string>", "model": "<string>", "prompt": "<string>" }, "name": "<string>", "image": "<string>", "company": "<string>", "graphNavigation": "MOUSE", "preferredAppAppearance": "<string>", "preferredLanguage": "<string>", "email": "<string>" }
Update User.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
MOUSE
TRACKPAD
Default Response