Amazon IAM · JSON Structure

Amazon Iam User Structure

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

Type: object Properties: 8 Required: 4
Access ManagementAuthenticationAuthorizationIdentitySecurity

AWS IAM User is a JSON Structure definition published by Amazon IAM, describing 8 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Path UserName UserId Arn CreateDate PasswordLastUsed PermissionsBoundary Tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam/refs/heads/main/json-structure/amazon-iam-user-structure.json",
  "name": "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": "datetime",
      "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/amazon-iam-user-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.