UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de automatización de TI

Última actualización 20 de may. de 2026

Crear usuario

UiPath.AmazonWebServices.Activities.CreateUser

Descripción

Crea un nuevo usuario de IAM para la cuenta de AWS actual.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Configuración

Entrada

  • 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.

Perfil de inicio de sesión

  • 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.
    Nota:

    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.

Claves de acceso

  • GenerateAwsAccessKeys - Indicates whether to generate AWS secret access key and corresponding AWS access key ID for the specified user.

Salida

  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • Descripción
  • Compatibilidad de proyectos
  • Configuración
  • Entrada
  • Perfil de inicio de sesión
  • Claves de acceso
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado