UiPath Documentation
uipath-cli
latest
false
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

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.

概要

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 from uip tm project owners list or from test case log data returned by uip 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"
  }
}

参照

  • 概要
  • uip tm user get
  • 引数
  • オプション
  • データシェイプ
  • 関連
  • 参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得