AWS SDK for .NET Documentation
GetUser Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceGetUser(GetUserRequest) Did this page help you?   Yes   No    Tell us about it...
Retrieves information about the specified user, including the user's path, unique ID, 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.

Declaration Syntax
C#
GetUserResponse GetUser(
	GetUserRequest request
)
Parameters
request (GetUserRequest)
Container for the necessary parameters to execute the GetUser service method.
Return Value
The response from the GetUser service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)