Amazon Cognito · JSON Structure

User Pools Start User Import Job Response Structure

Represents the response from the server to the request to start the user import job.

Type: object Properties: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Properties

UserImportJob

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-start-user-import-job-response-structure.json",
  "name": "StartUserImportJobResponse",
  "description": "Represents the response from the server to the request to start the user import job.",
  "type": "object",
  "properties": {
    "UserImportJob": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserImportJobType"
        },
        {
          "description": "The job object that represents the user import job."
        }
      ]
    }
  }
}