UiPath Documentation
uipath-cli
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Guía del usuario de UiPath CLI

uip tm user

uip tm user queries user information scoped to the Test Manager service. Exposes one verb: get, which retrieves profile details for a user by their account ID. Use the returned DisplayName and Email values when constructing reports or audit trails that reference Test Manager users.

To manage users at the platform level (inviting, removing, role assignment), use uip platform users.

Sinopsis

uip tm user get --user-id <uuid>
uip tm user get --user-id <uuid>

Todos los verbos respetan las opciones globales y los códigos de salida estándar. Cada verbo acepta -t, --tenant <name> y --log-level <level> (predeterminado Information).

uip tm user get

Retrieve profile information for a Test Manager user.

Argumentos

Nada.

Opciones

  • --user-id <uuid> (required) — the user's account UUID. Obtain from uip tm project owners list or from test case log data returned by uip tm executions testcaselogs list.

Ejemplo

uip tm user get --user-id u1b2c3d4-0000-0000-0000-000000000001
uip tm user get --user-id u1b2c3d4-0000-0000-0000-000000000001

Forma de datos

{
  "Code": "UserGet",
  "Data": {
    "Id": "u1b2c3d4-0000-0000-0000-000000000001",
    "DisplayName": "Alice Example",
    "Email": "alice@example.com"
  }
}
{
  "Code": "UserGet",
  "Data": {
    "Id": "u1b2c3d4-0000-0000-0000-000000000001",
    "DisplayName": "Alice Example",
    "Email": "alice@example.com"
  }
}

Ver también

  • Sinopsis
  • uip tm user get
  • Argumentos
  • Opciones
  • Ejemplo
  • Forma de datos
  • Relacionado
  • Ver también

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado