PUT /v1/login/search/settingsid_region (required, integer): Region identifier. Example: 2.k_business (required, integer/string): Business identifier. Example: 49197.Authorization: Bearer {{TOKEN}}, where {{TOKEN}} is provided by the active environment.{
"is_show_email": false
}
is_show_email (boolean, required): Toggles whether email is shown in login search results.true → show email.false → hide email.curl --location -g --request PUT '/v1/login/search/settings?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw '{"is_show_email":false}'{}