Unlock an user credential
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
User Identities
Responsibilities
This endpoint has the function of unlock an user credential on a single ID.
Requirements
CLI-1STPARTY
and AUTH-BASIC
and IAM_ADMIN_MAINTENANCE
. orCLI-1STPARTY
and CLI-AUTH-BASIC
and the scope account_unlock
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities/unlock' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string"
}'
Response Response Example
200 - Example 1
[
{
"code": "01",
"message": "message reference code error"
}
]
Request
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41