[#1282] Unregistered client info on custom validator

Migrated from Redmine #1282 | Author: Matteo Frigerio
Status: Closed | Priority: High, I’m very impatient | Created: 2024-09-23


Good morning. I have the need, in the custom validator I added, to access the mail that the client put in the related field, but I only obtain the additional_fields and a client_id that, not dealing with registered clients, is not of use for api calls. Am I wrong? There is a way to access that data?

Vitaliy Kordiak wrote:

you can only access the client data using API with the client_id field:

You also need the client login custom feature to be enabled.
Unfortunately, there is no other way.