Amazon Cognito · JSON Structure

Cognito Idp Create User Pool Response Structure

Represents the response from the server for the request to create a user pool.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

CreateUserPoolResponse 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

UserPool

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UserPool": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolType"
        },
        {
          "description": "A container for the user pool details."
        }
      ]
    }
  },
  "description": "Represents the response from the server for the request to create a user pool.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-create-user-pool-response-structure.json",
  "name": "CreateUserPoolResponse"
}