Update a Legal User (SCA)

Modify details for a Legal Payer or Owner without changing category. <Warning icon="fa-regular fa-triangle-exclamation"> **Caution – Modification may trigger SCA re-enrollment** If `UserCategory` is `OWNER`, modifying the following values changes `UserStatus` to `PENDING_USER_ACTION` and requires [re-enrollment in SCA](/guides/sca/users#re-enroll-an-enrolled-owner) using the returned `PendingUserAction.RedirectUrl`: - `LegalRepresentative.Email` - `LegalRepresentative.PhoneNumber` - `LegalRepresentative.PhoneNumberCountry` In Sandbox, you can bypass SCA by including the word `accept` in the Legal User's `LegalRepresentative.Email` – for example `accept@example.com` or `john.doe+accept@example.com`. </Warning> <Warning icon="fa-regular fa-triangle-exclamation"> **Caution – Modification may cause KYC/B verification downgrade** If `KYCLevel` is `REGULAR`, modifying the following values triggers a [verification downgrade](/guides/users/verification/downgrade) to `LIGHT`: - `LegalRepresentative.FirstName` - `LegalRepresentative.LastName` - `LegalRepresentative.Birthday` - `LegalRepresentative.Nationality` - `LegalPersonType` </Warning> <Note icon="fa-regular fa-circle-info"> **Note – Country-based restrictions apply to users** Due to Mangopay's [country restrictions](/guides/users/country-restrictions), it is not possible to use blocked countries as the following: - `HeadquartersAddress.Country` - `LegalRepresentative.Nationality` - `LegalRepresentative.CountryOfResidence` - `LegalRepresentativeAddress.Country` </Note>