Add alternative contacts to use on MFA process
Prod Env
https://api.serasaexperian.com.br
Prod Env
https://api.serasaexperian.com.br
POST
https://api.serasaexperian.com.br
User Identities
Responsibilities
Usage
Requirements
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and ROLE_IAM_ADMIN_MAINTENANCE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/user-identities//authentication-factors' \
--header 'Content-Type: application/json' \
--data-raw '{
"authenticationFactors": [
{
"id": "5efd263cbe2d398bb00b97ea",
"contactType": "EMAIL",
"email": "example@br.experian.com",
"mobile": {
"regionCode": 55,
"areaCode": 11,
"phoneNumber": 911112222
},
"tags": "[\"MARKED_RESOURCES\"]"
}
]
}'
Response Response Example
200 - Example 1
[
{
"code": "01",
"message": "message reference code error"
}
]
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-04-11 12:00:41