PATCH
/
user
/
profile
curl --request PATCH \
  --url https://app-preprod.cybedefend.com/user/profile \
  --header 'Content-Type: application/json' \
  --data '{
  "notification": true,
  "isOnboardingCompleted": true
}'
{
  "message": "<string>",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Body

application/json

Response

200
application/json

User profile information updated

The response is of type object.