/
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",
"JobId": "string"
}'
Response Response Example
200 - Example 1
{
"UserImportJob": {
"JobName": "string",
"JobId": "string",
"UserPoolId": "string",
"PreSignedUrl": "string",
"CreationDate": "string",
"StartDate": "string",
"CompletionDate": "string",
"Status": "Created",
"CloudWatchLogsRoleArn": "string",
"ImportedUsers": 0,
"SkippedUsers": 0,
"FailedUsers": 0,
"CompletionMessage": "string"
}
}
Request
Header Params
X-Amz-Target
stringÂ
required
Body Params application/json
Responses
Modified at 2023-08-15 07:11:07