Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"UserPoolId": "string"
}'
Response Response Example
{
"UserPoolId": "string",
"CSVHeader": []
}
Request
Body Params application/json
Represents the request to get the header information of the CSV file for the user import job.
The user pool ID for the user pool that the users are to be imported into.
>= 1 characters<= 55 characters
Match pattern:[\w-]+_[0-9a-zA-Z]+
Responses
application/json Represents the response from the server to the request to get the header information of the CSV file for the user import job.
The user pool ID for the user pool that the users are to be imported into.
>= 1 characters<= 55 characters
Match pattern:[\w-]+_[0-9a-zA-Z]+
The header information of the CSV file for the user import job.
Modified at 2023-08-15 07:11:07