Skip to main content
PATCH
/
user
/
profile
Update user profile
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
notification
boolean

Enable or disable notifications for the user

isOnboardingCompleted
boolean

Indicates whether onboarding is completed

Response

User profile updated successfully

message
string
required

Result message

userId
string<uuid>
required

User unique identifier