Amazon IAM · Schema

CreateUserResponse

CreateUserResponse schema from AWS IAM API

Access ManagementAuthenticationAuthorizationIdentitySecurity

Properties

Name Type Description
CreateUserResult object
View JSON Schema on GitHub

JSON Schema

amazon-iam-create-user-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam/refs/heads/main/json-schema/amazon-iam-create-user-response-schema.json",
  "title": "CreateUserResponse",
  "description": "CreateUserResponse schema from AWS IAM API",
  "type": "object",
  "properties": {
    "CreateUserResult": {
      "type": "object",
      "properties": {
        "User": {
          "$ref": "#/components/schemas/User"
        }
      }
    }
  }
}