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.

C# |
public CreateUserResponse CreateUser( CreateUserRequest request )

- request (CreateUserRequest)
- Container for the necessary parameters to execute the CreateUser service method.

The response from the CreateUser service method, as returned by IdentityManagementService.

Exception | Condition |
---|---|
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.
|