POST/v1.0/accountSettings/setChangeEmailConfirmationChanges data

Update the user email change request

Parameters

userNamequerystringrequired

The that the email belongs to.

userIdquerystringrequired

The userId who requested the email change.

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/accountSettings/setChangeEmailConfirmation?userName=value&userId=value" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →