Add Identity
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
PATCH
https://api.serasaexperian.com.br
User Identities
Responsibilities
Usage
Requirements
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and USER
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/me' \
--header 'Content-Type: application/json' \
--data-raw '{
"userEmail": "string",
"userMobile": {
"regionCode": 55,
"areaCode": 11,
"phoneNumber": 911112222
},
"defaultBusinessId": "string"
}'
Response Response Example
200 - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41