I am encountering difficulties mapping the response for account creation in my connector. The new accounts are being created, but the response mapping is not functioning correctly.
Currently, the expected response output is as follows:
[
{
"cod_opera": "A31API",
"login": "A31API",
"dn": "A31API",
"nome": "USUARIO IDN 31",
"perfil": "OPEREXT3",
"nivel_negociacao": "1 - GERAL",
"bloqueado": "N",
"login_superior": "",
"tipo_discagem": "",
"discador": "",
"local": "3 - CGMP",
"tipo_autenticacao": "LDAP1 - LDAP",
"tipo_operador": "Administrativo",
"assessorias": [],
"credores": [
{
"codigo": "1",
"descricao": "SEM PARAR"
}
]
}
]
I attempted to map only the login attribute to validate the functionality, but it is not working as expected. The current result is shown in image01.
I have also attached the response mapping configuration (image02) and the account schema used for validation (image03).
Looking forward to guidance on necessary adjustments or identifying possible misconfigurations.



