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

Integration Service Activities

Last updated Mar 12, 2026

Get User by Email

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Retrieve the user record in your current organization based on email address GET/user-by-email/{email}

Input

ParameterDescriptionData Type
UPN ( User principal name)Type the User Principal Name (UPN). The format is alias@domain. This should be the unique user login to Azure AD and other Office services. In very rare cases, the UPN could be set to something else by the Azure AD admin. string

Output

ParameterDescriptionData Type
User IDUnique identifier of the userstring
Display nameDisplay name of the userstring
User emailEmail address of the userstring
User objectFull user details returned by the APIObject
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated