Amazon Cognito · JSON Structure

User Pools Get Csv Header Request Structure

Represents the request to get the header information of the CSV file for the user import job.

Type: object Properties: 1 Required: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

GetCSVHeaderRequest is a JSON Structure definition published by Amazon Cognito, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserPoolId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-get-csv-header-request-structure.json",
  "name": "GetCSVHeaderRequest",
  "description": "Represents the request to get the header information of the CSV file for the user import job.",
  "type": "object",
  "properties": {
    "UserPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolIdType"
        },
        {
          "description": "The user pool ID for the user pool that the users are to be imported into."
        }
      ]
    }
  },
  "required": [
    "UserPoolId"
  ]
}