Amazon Cognito · Schema

DescribeUserPoolResponse

Represents the response to describe the user pool.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
UserPool object
View JSON Schema on GitHub

JSON Schema

cognito-idp-describe-user-pool-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UserPool": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolType"
        },
        {
          "description": "The container of metadata returned by the server to describe the pool."
        }
      ]
    }
  },
  "description": "Represents the response to describe the user pool.",
  "$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-describe-user-pool-response-schema.json",
  "title": "DescribeUserPoolResponse"
}