AWS SDK for .NET Documentation
CreateUser Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceCreateUser(CreateUserRequest) Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
Parameters
request (CreateUserRequest)
Container for the necessary parameters to execute the CreateUser service method.
Return Value
The response from the CreateUser service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
EntityAlreadyExistsException The request was rejected because it attempted to create a resource that already exists.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
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)