Activities
latest
false
Banner background image
IT Automation Activities
Last updated Mar 8, 2024

Create User

UiPath.AmazonWebServices.Activities.CreateUser

Description

Creates a new IAM user for the current AWS account.

Project compatibility

Windows - Legacy | Windows | Cross-platform

Configuration

Input
  • Name - The name of the IAM user to create. The name must be unique within the AWS account.
  • Path (String) - The path to the IAM user. If not set, it defaults to a slash (/).
  • PermissionsBoundaryArn - The ARN of the policy used to set the permissions boundary for the IAM user.
  • Tags - The tags to associate with the IAM user. It contains two columns of type String, the first one representing the key, while the second, its value.
Login profile
  • Password - The password for the IAM user. Either this parameter or the SecurePassword one must have a value.
  • SecurePassword - The password for the IAM user, as a secure string. Either this parameter or the Password one must have a value.
  • ForcePasswordChange - Indicates whether the IAM user should set a new password on the next sign-in. The default is set to False.
    Note: When ForcePasswordChange is checked, the activity attaches arn:aws:iam::aws:policy/IAMUserChangePassword managed policy to the user. This provides the ability for the IAM user to change their own password.
Access keys
  • GenerateAwsAccessKeys - Indicates whether to generate AWS secret access key and corresponding AWS access key ID for the specified user.
Output
  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • Description
  • Project compatibility
  • Configuration

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.