Skip to content

Get Csv Header

cognitoidentityprovider_get_csv_header R Documentation

Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job

Description

Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.

Usage

cognitoidentityprovider_get_csv_header(UserPoolId)

Arguments

UserPoolId

[required] The user pool ID for the user pool that the users are to be imported into.

Value

A list with the following syntax:

list(
  UserPoolId = "string",
  CSVHeader = list(
    "string"
  )
)

Request syntax

svc$get_csv_header(
  UserPoolId = "string"
)