cognitoidentityprovider_get_csv_header: Gets the header information for the
Description
Gets the header information for the .csv file to be used as input for
the user import job.
Usage
cognitoidentityprovider_get_csv_header(UserPoolId)
Value
A list with the following syntax:
list(
UserPoolId = "string",
CSVHeader = list(
"string"
)
)
Arguments
- UserPoolId
[required] The user pool ID for the user pool that the users are to be imported
into.
Request syntax
svc$get_csv_header(
UserPoolId = "string"
)