Amazon Cognito · Schema

UserImportJobType

The user import job type.

AuthenticationAuthorizationIdentityIdentity ProviderOIDC

Properties

Name Type Description
JobName object
JobId object
UserPoolId object
PreSignedUrl object
CreationDate object
StartDate object
CompletionDate object
Status object
CloudWatchLogsRoleArn object
ImportedUsers object
SkippedUsers object
FailedUsers object
CompletionMessage object
View JSON Schema on GitHub

JSON Schema

cognito-idp-user-import-job-type-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "JobName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserImportJobNameType"
        },
        {
          "description": "The job name for the user import job."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserImportJobIdType"
        },
        {
          "description": "The job ID for the user import job."
        }
      ]
    },
    "UserPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolIdType"
        },
        {
          "description": "The user pool ID for the user pool that the users are being imported into."
        }
      ]
    },
    "PreSignedUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PreSignedUrlType"
        },
        {
          "description": "The pre-signed URL to be used to upload the <code>.csv</code> file."
        }
      ]
    },
    "CreationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date the user import job was created."
        }
      ]
    },
    "StartDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date when the user import job was started."
        }
      ]
    },
    "CompletionDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date when the user import job was completed."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserImportJobStatusType"
        },
        {
          "description": "<p>The status of the user import job. One of the following:</p> <ul> <li> <p> <code>Created</code> - The job was created but not started.</p> </li> <li> <p> <code>Pending</code> - A transition state. You have started the job, but it has not begun importing users yet.</p> </li> <li> <p> <code>InProgress</code> - The job has started, and users are being imported.</p> </li> <li> <p> <code>Stopping</code> - You have stopped the job, but the job has not stopped importing users yet.</p> </li> <li> <p> <code>Stopped</code> - You have stopped the job, and the job has stopped importing users.</p> </li> <li> <p> <code>Succeeded</code> - The job has completed successfully.</p> </li> <li> <p> <code>Failed</code> - The job has stopped due to an error.</p> </li> <li> <p> <code>Expired</code> - You created a job, but did not start the job within 24-48 hours. All data associated with the job was deleted, and the job can't be started.</p> </li> </ul>"
        }
      ]
    },
    "CloudWatchLogsRoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnType"
        },
        {
          "description": "The role Amazon Resource Name (ARN) for the Amazon CloudWatch Logging role for the user import job. For more information, see \"Creating the CloudWatch Logs IAM Role\" in the Amazon Cognito Developer Guide."
        }
      ]
    },
    "ImportedUsers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongType"
        },
        {
          "description": "The number of users that were successfully imported."
        }
      ]
    },
    "SkippedUsers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongType"
        },
        {
          "description": "The number of users that were skipped."
        }
      ]
    },
    "FailedUsers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongType"
        },
        {
          "description": "The number of users that couldn't be imported."
        }
      ]
    },
    "CompletionMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CompletionMessageType"
        },
        {
          "description": "The message returned when the user import job is completed."
        }
      ]
    }
  },
  "description": "The user import job type.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-user-import-job-type-schema.json",
  "title": "UserImportJobType"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cognito-idp-user-import-job-type"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.