uipath-cli
latest
false
- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- UiPath for Coding Agents
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip docsai
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-workflow-examples
- パッケージ化
- 元に戻す
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- UIA
- UIP トレース
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath CLI ユーザー ガイド
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.
概要
uip tm user get --user-id <uuid>
uip tm user get --user-id <uuid>
すべての動詞は、 グローバルオプション と標準 終了コードを尊重します。すべての動詞は -t, --tenant <name> と --log-level <level> を受け入れます(デフォルト Information)。
uip tm user get
Retrieve profile information for a Test Manager user.
引数
設定はありません。
オプション
--user-id <uuid>(required) — the user's account UUID. Obtain fromuip tm project owners listor from test case log data returned byuip tm executions testcaselogs list.
例
uip tm user get --user-id u1b2c3d4-0000-0000-0000-000000000001
uip tm user get --user-id u1b2c3d4-0000-0000-0000-000000000001
データシェイプ
{
"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"
}
}
関連
- project owners list — lists user IDs with Owner access to a project.
- uip platform users — platform-level user management.