marketplace
latest
false
- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Marketplace ユーザー ガイド
最終更新日時 2026年4月1日
Get User Presence
概要
The Get User Presence activity calls the Microsoft Graph Presence API to retrieve the (Availability) and (Activity) for a specified (UserId).
After completing the operation, the activity outputs the Activity (Activity) and Availability (Availability) string objects.
動作のしくみ
The following steps are an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.
- 「セットアップ」の手順を完了します。
- Add the Microsoft Teams Scope activity to your project.
- Add the Get User Presence activity inside the Microsoft Teams Scope activity.
- [入力] セクションのプロパティに値を入力します。
- Enter values for the output properties.
- アクティビティを実行します。
プロパティ
以下のプロパティの値は、このアクティビティを UiPath Studio でプロジェクトに追加するときに指定します。
共通
表示名
アクティビティの表示名です。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | はい |
| 既定値 | Get User Presence |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | N/A |
入力
UserId
ユーザーの識別子。 ユーザー ID またはユーザーの原則名を指定できます。通常はユーザーのメール アドレスですが、エイリアスとしても可能性があります。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | はい |
| 既定値 | 空 |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | NA |
その他
プライベート (Private)
選択すると、変数と引数の値が Verbose レベルでログ記録されなくなります。
| 属性 | 詳細 |
|---|---|
| 入力 | チェックボックス |
| Required | いいえ |
| 既定値 | 非選択 |
| 許容値 | 選択または非選択 |
| 備考 | N/A |
出力
アクティビティ
ユーザーのアクティビティを表す String オブジェクトです。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | いいえ |
| 既定値 | 空 |
| 許容値 | String 型変数を入力します。 |
| 備考 | The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack,Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly. |
利用可能状況
The String object that represents the user's availability.
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | いいえ |
| 既定値 | 空 |
| 許容値 | String 型変数を入力します。 |
| 備考 | ユーザーのベース プレゼンス情報。 使用できる値は、[AvailableIdle]、[Away]、[BeRightBack]、[Busy]、[BusyIdle]、[DoNotDisturb]、[Offline]、[PresenceUnknown] です。 |