Amazon Cognito · JSON Structure

Cognito Idp Admin Create User Response Structure

Represents the response from the server to the request to create the user.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

AdminCreateUserResponse 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

User

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "User": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserType"
        },
        {
          "description": "The newly created user."
        }
      ]
    }
  },
  "description": "Represents the response from the server to the request to create the user.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-admin-create-user-response-structure.json",
  "name": "AdminCreateUserResponse"
}