UiPath Documentation
uipath-cli
latest
false
UiPath CLI user guide

uip tm user

Syntax and options for `uip tm user get`, which returns profile information for the currently authenticated Test Manager 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 --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.

Example​

uip tm user get
uip tm user get

Data shape​

{
  "Code": "UserData",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "UserName": "[email protected]",
    "Email": "[email protected]",
    "FirstName": "Jane",
    "LastName": "Doe",
    "IsAdmin": false,
    "IdentityProviderId": ""
  }
}
{
  "Code": "UserData",
  "Data": {
    "Id": "a1b2c3d4-0000-0000-0000-000000000001",
    "UserName": "[email protected]",
    "Email": "[email protected]",
    "FirstName": "Jane",
    "LastName": "Doe",
    "IsAdmin": false,
    "IdentityProviderId": ""
  }
}

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