cURL
curl --request PATCH \ --url https://us.cybedefend.com/user/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "notification": true, "isOnboardingCompleted": true } '
{ "message": "<string>", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Updates the profile information of the currently authenticated user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enable or disable notifications for the user
Indicates whether onboarding is completed
User profile updated successfully
Result message
User unique identifier