Amazon IAM Identity Center · JSON Structure

Identitystore Create User Request Structure

CreateUserRequest schema from AWS IAM Identity Center

Type: object Properties: 14 Required: 1
Access ControlAuthenticationIdentity ManagementSingle Sign-On

CreateUserRequest is a JSON Structure definition published by Amazon IAM Identity Center, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

IdentityStoreId UserName Name DisplayName NickName ProfileUrl Emails Addresses PhoneNumbers UserType Title PreferredLanguage Locale Timezone

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-identity-center/refs/heads/main/json-structure/identitystore-create-user-request-structure.json",
  "name": "CreateUserRequest",
  "description": "CreateUserRequest schema from AWS IAM Identity Center",
  "type": "object",
  "properties": {
    "IdentityStoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityStoreId"
        },
        {
          "description": "The globally unique identifier for the identity store."
        }
      ]
    },
    "UserName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserName"
        },
        {
          "description": "A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store. \"Administrator\" and \"AWSAdministrators\" are reserved names and can't be used for users or groups."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "An object containing the name of the user."
        }
      ]
    },
    "DisplayName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, \"John Doe.\" "
        }
      ]
    },
    "NickName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing an alternate name for the user."
        }
      ]
    },
    "ProfileUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing a URL that might be associated with the user."
        }
      ]
    },
    "Emails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Emails"
        },
        {
          "description": "A list of <code>Email</code> objects containing email addresses associated with the user."
        }
      ]
    },
    "Addresses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Addresses"
        },
        {
          "description": "A list of <code>Address</code> objects containing addresses associated with the user."
        }
      ]
    },
    "PhoneNumbers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PhoneNumbers"
        },
        {
          "description": "A list of <code>PhoneNumber</code> objects containing phone numbers associated with the user."
        }
      ]
    },
    "UserType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case."
        }
      ]
    },
    "Title": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case."
        }
      ]
    },
    "PreferredLanguage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing the preferred language of the user. For example, \"American English\" or \"en-us.\""
        }
      ]
    },
    "Locale": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing the geographical region or location of the user."
        }
      ]
    },
    "Timezone": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitiveStringType"
        },
        {
          "description": "A string containing the time zone of the user."
        }
      ]
    }
  },
  "required": [
    "IdentityStoreId"
  ]
}

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/identitystore-create-user-request-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.