UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

Get user presence

Overview

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.

How it works

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.

  1. Complete the Setup steps.
  2. Add the Microsoft Teams Scope activity to your project.
  3. Add the Get User Presence activity inside the Microsoft Teams Scope activity.
  4. Enter values for the Input properties.
  5. Enter values for the output properties.
  6. Run the activity.

Properties

The values for the following properties are specified when adding this activity to your project in UiPath Studio.

Common

DisplayName

The display name of the activity.

AttributesDetails
TypeString
RequiredYes
Default valueGet User Presence
Allowed valuesEnter a String or String variable.
NotesN/A

Input

UserId

The identifier for the user. Can be user id or user principle name, which his typically the user's email but could also be an alias.

AttributesDetails
TypeString
RequiredYes
Default valueEmpty
Allowed valuesEnter a String or String variable.
NotesNA

Misc

Private

If selected, the values of variables and arguments are no longer logged at Verbose level.

AttributesDetails
TypeCheckbox
RequiredNo
Default valueNot Selected
Allowed valuesSelected or Not Selected
NotesN/A

Output

Activity

The String object that represents the user's activity.

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesEnter a String variable.
NotesThe 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.
Availability

The String object that represents the user's availability.

AttributesDetails
TypeString
RequiredNo
Default valueEmpty
Allowed valuesEnter a String variable.
NotesThe base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown
  • Overview
  • How it works
  • Properties
  • Common
  • Input
  • Misc
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated