/
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",
"IdpIdentifier": "string"
}'
Response Response Example
200 - Example 1
{
"IdentityProvider": {
"UserPoolId": "string",
"ProviderName": "string",
"ProviderType": "SAML",
"ProviderDetails": {
"property1": "string",
"property2": "string"
},
"AttributeMapping": {
"property1": "string",
"property2": "string"
},
"IdpIdentifiers": [],
"LastModifiedDate": "string",
"CreationDate": "string"
}
}
Request
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 07:11:07