Amazon Cognito · Example Payload

User Pools Create User Import Job Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

JobNameUserPoolIdCloudWatchLogsRoleArn

Example Payload

Raw ↑
{
  "JobName": "example-name",
  "UserPoolId": "us-east-1_example",
  "CloudWatchLogsRoleArn": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_example"
}