/
POST
/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserPoolId": "string",
"ClientId": "string"
}'
Response Response Example
200 - Example 1
{
"RiskConfiguration": {
"UserPoolId": "string",
"ClientId": "string",
"CompromisedCredentialsRiskConfiguration": {
"EventFilter": [],
"Actions": {
"EventAction": "BLOCK"
}
},
"AccountTakeoverRiskConfiguration": {
"NotifyConfiguration": {
"From": "string",
"ReplyTo": "string",
"SourceArn": "string",
"BlockEmail": {
"Subject": "string",
"HtmlBody": "string",
"TextBody": "string"
},
"NoActionEmail": {},
"MfaEmail": {}
},
"Actions": {
"LowAction": {
"Notify": true,
"EventAction": "BLOCK"
},
"MediumAction": {},
"HighAction": {}
}
},
"RiskExceptionConfiguration": {
"BlockedIPRangeList": [],
"SkippedIPRangeList": []
},
"LastModifiedDate": "string"
}
}
Request
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 07:11:06