
create-user
***********


DESCRIPTION
===========

Creates a new user for your AWS account.

For information about limitations on the number of users you can
create, see Limitations on IAM Entities in *Using AWS Identity and
Access Management* .


SYNOPSIS
========

   aws iam create-user
     --user-name <value>
     [--path <value>]


REQUIRED PARAMETERS
===================

"--user-name"  (string)
   Name of the user to create.


OPTIONAL PARAMETERS
===================

"--path"  (string)
   The path for the user name. For more information about paths, see
   Identifiers for IAM Entities in *Using AWS Identity and Access
   Management* .

   This parameter is optional. If it is not included, it defaults to a
   slash (/).
