Amazon IAM · Schema

AWS IAM User

Schema representing an AWS Identity and Access Management (IAM) user resource.

Access ManagementAuthenticationAuthorizationIdentitySecurity

Properties

Name Type Description
Path string The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
UserName string The friendly name identifying the user.
UserId string The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
Arn string The Amazon Resource Name (ARN) that identifies the user.
CreateDate string The date and time, in ISO 8601 date-time format, when the user was created.
PasswordLastUsed stringnull The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.
PermissionsBoundary object The ARN of the policy used to set the permissions boundary for the user.
Tags array A list of tags attached to the user.
View JSON Schema on GitHub

JSON Schema

amazon-iam-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.apis.guru/schemas/amazonaws.com/iam/user.json",
  "title": "AWS IAM User",
  "description": "Schema representing an AWS Identity and Access Management (IAM) user resource.",
  "type": "object",
  "properties": {
    "Path": {
      "type": "string",
      "description": "The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.",
      "pattern": "^(/[A-Za-z0-9/_-]*)?/$",
      "default": "/"
    },
    "UserName": {
      "type": "string",
      "description": "The friendly name identifying the user.",
      "minLength": 1,
      "maxLength": 64,
      "pattern": "^[\\w+=,.@-]+$"
    },
    "UserId": {
      "type": "string",
      "description": "The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.",
      "pattern": "^AIDA[A-Z0-9]+$"
    },
    "Arn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) that identifies the user.",
      "pattern": "^arn:aws:iam::\\d{12}:user(/[\\w+=,.@/-]+)+$"
    },
    "CreateDate": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time, in ISO 8601 date-time format, when the user was created."
    },
    "PasswordLastUsed": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website."
    },
    "PermissionsBoundary": {
      "type": "object",
      "description": "The ARN of the policy used to set the permissions boundary for the user.",
      "properties": {
        "PermissionsBoundaryType": {
          "type": "string",
          "enum": ["PermissionsBoundaryPolicy"],
          "description": "The permissions boundary usage type."
        },
        "PermissionsBoundaryArn": {
          "type": "string",
          "description": "The ARN of the policy used to set the permissions boundary."
        }
      },
      "required": ["PermissionsBoundaryType", "PermissionsBoundaryArn"]
    },
    "Tags": {
      "type": "array",
      "description": "A list of tags attached to the user.",
      "items": {
        "type": "object",
        "properties": {
          "Key": {
            "type": "string",
            "description": "The key name for the tag.",
            "minLength": 1,
            "maxLength": 128
          },
          "Value": {
            "type": "string",
            "description": "The value associated with the tag.",
            "maxLength": 256
          }
        },
        "required": ["Key", "Value"]
      },
      "maxItems": 50
    }
  },
  "required": ["UserName", "UserId", "Arn", "CreateDate"],
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-iam-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.