CLI-1STPARTY
and CLI-AUTH-IDENTIFIED
and USER
and ADMIN
CLI-1STPARTY
and CLI-AUTH-BASIC
curl --location --request PATCH 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/' \
--header 'Content-Type: application/json' \
--data-raw '{
"userEmail": "string",
"userMobile": {
"regionCode": 55,
"areaCode": 11,
"phoneNumber": 911112222
},
"defaultBusinessId": "string"
}'
{}