UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

uip tm user

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

Synopsis

uip tm user get
uip tm user get

All verbs honor the global options and the standard exit codes. Every verb accepts -t, --tenant <name> and --log-level <level> (default 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.

Note:

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

Arguments

None.

Options

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

Example

uip tm user get
uip tm user get

Data shape

{
  "Code": "UserGet",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "Username": "[email protected]",
    "DisplayName": "Jane Doe",
    "Email": "[email protected]"
  }
}
{
  "Code": "UserGet",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "Username": "[email protected]",
    "DisplayName": "Jane Doe",
    "Email": "[email protected]"
  }
}

See also

  • Synopsis
  • uip tm user get
  • Arguments
  • Options
  • Example
  • Data shape
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated