APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile

APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile. 2 operations. Lead operation: #Action=CreateLoginProfile. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=CreateLoginProfile

What You Can Do

GET
Getcreateloginprofile

Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.

You can use the CLI, the Amazon Web Services API, or the Us

/v1/action-createloginprofile
POST
Postcreateloginprofile

Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.

You can use the CLI, the Amazon Web Services API, or the Us

/v1/action-createloginprofile

MCP Tools

p-creates-password-specified-iam-user

Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.

You can use the CLI, the Amazon Web Services API, or the Us

read-only idempotent
p-creates-password-specified-iam-user-2

Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services services through the Amazon Web Services Management Console.

You can use the CLI, the Amazon Web Services API, or the Us

Capability Spec

aws-iam-action-createloginprofile.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile. 2 operations.
    Lead operation: #Action=CreateLoginProfile. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateLoginProfile'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-createloginprofile
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateLoginProfile'
      path: /#Action=CreateLoginProfile
      operations:
      - name: getcreateloginprofile
        method: GET
        description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web
          Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web
          Services API, or the <b>Us
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UserName
          in: query
          type: string
          description: <p>The name of the IAM user to create a password for. The user must already exist.</p> <p>This parameter
            allows (through its <a href="http://wikipedia.org/wiki/
          required: true
        - name: Password
          in: query
          type: string
          description: '<p>The new password for the user.</p> <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
            that is used to validate this parameter is a string of '
          required: true
        - name: PasswordResetRequired
          in: query
          type: boolean
          description: Specifies whether the user is required to set a new password on next sign-in.
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreateloginprofile
        method: POST
        description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web
          Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web
          Services API, or the <b>Us
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-createloginprofile-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createloginprofile
      name: action-createloginprofile
      description: 'REST surface for #Action=CreateLoginProfile.'
      operations:
      - method: GET
        name: getcreateloginprofile
        description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web
          Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web
          Services API, or the <b>Us
        call: aws-iam-action-createloginprofile.getcreateloginprofile
        with:
          UserName: rest.UserName
          Password: rest.Password
          PasswordResetRequired: rest.PasswordResetRequired
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreateloginprofile
        description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web
          Services services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web
          Services API, or the <b>Us
        call: aws-iam-action-createloginprofile.postcreateloginprofile
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createloginprofile-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateLoginProfile.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-creates-password-specified-iam-user
      description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services
        services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web Services API,
        or the <b>Us
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createloginprofile.getcreateloginprofile
      with:
        UserName: tools.UserName
        Password: tools.Password
        PasswordResetRequired: tools.PasswordResetRequired
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-creates-password-specified-iam-user-2
      description: <p>Creates a password for the specified IAM user. A password allows an IAM user to access Amazon Web Services
        services through the Amazon Web Services Management Console.</p> <p>You can use the CLI, the Amazon Web Services API,
        or the <b>Us
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createloginprofile.postcreateloginprofile
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.