Amazon Cognito · JSON Structure

User Pools Get Csv Header Response Structure

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

Type: object Properties: 2
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

GetCSVHeaderResponse is a JSON Structure definition published by Amazon Cognito, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserPoolId CSVHeader

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-response-structure.json",
  "name": "GetCSVHeaderResponse",
  "description": "Represents the response from the server to 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."
        }
      ]
    },
    "CSVHeader": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfStringTypes"
        },
        {
          "description": "The header information of the CSV file for the user import job."
        }
      ]
    }
  }
}