UiPath Documentation
uipath-cli
latest
false
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário da UiPath CLI

uip tm user

uip tm user provides access to user information in the context of the current Test Manager session.

Resumo

uip tm user get
uip tm user get

Todos os verbos honram as opções globais e os códigos de saída padrão. Cada verbo aceita -t, --tenant <name> e --log-level <level> (padrão Information).

uip tm user get

Return the profile of the currently authenticated user. This command takes no arguments and no additional options — it always returns the user associated with the active session.

Observação:

--user-id does not exist on this command. user get returns the authenticated user only and takes no input.

Argumentos

Nenhum.

Opções

None beyond the global options and -t, --tenant.

Exemplo

uip tm user get
uip tm user get

Formato dos dados

{
  "Code": "UserGet",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "Username": "jane.doe@example.com",
    "DisplayName": "Jane Doe",
    "Email": "jane.doe@example.com"
  }
}
{
  "Code": "UserGet",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "Username": "jane.doe@example.com",
    "DisplayName": "Jane Doe",
    "Email": "jane.doe@example.com"
  }
}

Veja também

  • Resumo
  • uip tm user get
  • Argumentos
  • Opções
  • Exemplo
  • Formato dos dados
  • Veja também

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