Amazon Cognito · Example Payload

Cognito Idp User Import Job Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp User Import Job Type Example is an example object payload from Amazon Cognito, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

JobNameJobIdUserPoolIdPreSignedUrlCreationDateStartDateCompletionDateStatusCloudWatchLogsRoleArnImportedUsersSkippedUsersFailedUsersCompletionMessage

Example Payload

Raw ↑
{
  "JobName": "my-user-pool-01",
  "JobId": "my-user-pool-01",
  "UserPoolId": "my-user-pool-01",
  "PreSignedUrl": "example-value",
  "CreationDate": "example-value",
  "StartDate": "example-value",
  "CompletionDate": "example-value",
  "Status": "CONFIRMED",
  "CloudWatchLogsRoleArn": "example-value",
  "ImportedUsers": "example-value",
  "SkippedUsers": "example-value",
  "FailedUsers": "example-value",
  "CompletionMessage": "example-value"
}