uipath-cli
latest
false
- Overview
- Get started
- Concepts
- Using UiPath CLI
- UiPath for Coding Agents
- How-to guides
- CI/CD recipes
- Command reference
- Overview
- Exit codes
- Global options
- uip codedagent
- uip docsai
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- create-project
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-workflow-examples
- pack
- restore
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- Migration
- Reference & support
UiPath CLI user guide
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
- Test Manager overview
- Authentication — how the active session (and therefore the returned user) is determined.