Account Settings

(AccountSettings endpoints are only accessible to scope org_super and org_managerplus.)

1 of 23

Filtering by query: /v1.0/accountSettings/setChangeEmailConfirmation

POST/v1.0/accountSettings/setChangeEmailConfirmationChanges dataPermalink ↗

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"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.