Amazon IAM · JSON Structure

Amazon Iam Get User Response Structure

GetUserResponse schema from AWS IAM API

Type: object Properties: 1
Access ManagementAuthenticationAuthorizationIdentitySecurity

GetUserResponse is a JSON Structure definition published by Amazon IAM, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GetUserResult

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-get-user-response-structure.json",
  "name": "GetUserResponse",
  "description": "GetUserResponse schema from AWS IAM API",
  "type": "object",
  "properties": {
    "GetUserResult": {
      "type": "object",
      "properties": {
        "User": {
          "$ref": "#/components/schemas/User"
        }
      }
    }
  }
}