# Modifications

# Updating

To update a user, you can use the following request.

Here is a {payload} example:

Warning icon

Alert – KYC-validated User modifications trigger a new KYC Review

Only the following attributes don't result in a new KYC review: address3, phone, mobile, activityOutsideEu, economicSanctions, residentCountriesSanctions, involvedSanctions, timezone.

Returns the updated User object with the modified fields.

# Deletion

For legal reasons, Users cannot be deleted. They are permanently “Canceled” instead.

To cancel a User you can use the following request, and provide an origin which can either be:

  • OPERATOR– When you are at the origin of the deactivation.
  • USER – When the end user is at the origin of the deactivation.

Here is an example of {payload}:

Returns a User object if successful, with the userStatus set to CANCELED:

Updated on: 7/3/2024, 10:28:47 AM