
get-user
********


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

Retrieves information about the specified user, including the user's
path, GUID, and ARN.

If you do not specify a user name, IAM determines the user name
implicitly based on the AWS Access Key ID signing the request.


SYNOPSIS
========

   aws iam get-user
     [--user-name <value>]


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

None


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

"--user-name"  (string)
   Name of the user to get information about.

   This parameter is optional. If it is not included, it defaults to
   the user making the request.
