/
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",
"SmsMfaConfiguration": {
"SmsAuthenticationMessage": "string",
"SmsConfiguration": {
"SnsCallerArn": "string",
"ExternalId": "string",
"SnsRegion": "string"
}
},
"SoftwareTokenMfaConfiguration": {
"Enabled": true
},
"MfaConfiguration": "OFF"
}'
Response Response Example
200 - Example 1
{
"SmsMfaConfiguration": {
"SmsAuthenticationMessage": "string",
"SmsConfiguration": {
"SnsCallerArn": "string",
"ExternalId": "string",
"SnsRegion": "string"
}
},
"SoftwareTokenMfaConfiguration": {
"Enabled": true
},
"MfaConfiguration": "OFF"
}
Request
Header Params
X-Amz-Target
stringΒ
required
Body Params application/json
Responses
Modified atΒ 2023-08-15 07:11:07