Reset a legacy identity
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
User IdentitiesLegacy
Responsibilities
Usage
Requirements
CLI-1STPARTY
and CLI-AUTH-IDENTIFIED
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/reset-legacy-password?clientId' \
--header 'Content-Type: application/json' \
--data-raw '{
"logon": "string",
"token": "string",
"newPassword": "string",
"hash": "KHABSDFGHJBDFA"
}'
Response Response Example
200 - Example 1
{
"accessToken": "eyJhbGciOiJSUzUxMiJ9.eyJqdGkiOiI1Y2ZlMzUxQ...",
"tokenType": "Bearer",
"refreshToken": "78e58fba-7282-4f99-a2da-d37eefc1ab12",
"expiresIn": "1612483680",
"scope": [
"READ, WRITE"
]
}
Request
Query Params
clientId
stringÂ
required
Header Params
ip
stringÂ
optional
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41