User Pools User Import Job Type Structure
The user import job type.
UserImportJobType is a JSON Structure definition published by Amazon Cognito, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-user-import-job-type-structure.json",
"name": "UserImportJobType",
"description": "The user import job type.",
"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 and time, in <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601</a> format, when the item 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."
}
]
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/user-pools-user-import-job-type-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.