UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades de Automação de TI

Última atualização 18 de mai de 2026

Create User

UiPath.AmazonWebServices.Activities.CreateUser

Description

Cria um novo usuário de IAM para a conta da AWS atual.

Compatibilidade do projeto

Windows - Legada | Windows | Multiplataforma

Configuração

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 logon

  • 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.
    Observação:

    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.

Chaves de acesso

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

Saída

  • User - The details about the newly created IAM user.
  • AwsAccessKeyId - The AWS access key ID.
  • AwsSecretAccessKey - The AWS secret access key.
  • Description
  • Compatibilidade do projeto
  • Configuração
  • Entrada
  • Perfil de logon
  • Chaves de acesso
  • Saída

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades