Amazon Cognito · Schema

DescribeUserPoolResponse

Represents the response to describe the user pool.

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
UserPool object
View JSON Schema on GitHub

JSON Schema

user-pools-describe-user-pool-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-describe-user-pool-response-schema.json",
  "title": "DescribeUserPoolResponse",
  "description": "Represents the response to describe the user pool.",
  "type": "object",
  "properties": {
    "UserPool": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolType"
        },
        {
          "description": "The container of metadata returned by the server to describe the pool."
        }
      ]
    }
  }
}