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

Integration Service Activities

Last updated Mar 12, 2026

Get User by Email or User Id

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
Retrieve user information in a Slack workspace using an email address or user ID. GETBYID/UsersByEmail/{usersByEmailId}

Input

ParameterDescriptionData Type
Get byRetrieve the user by providing an email address or the user/member ID. string
EmailThe email address of the user you want to retrieve. This field supports String type input. This field is displayed if you select Get by - Email. string
User IDThe user/member ID, as retrieved from the output of the Button Clicked trigger. You can also retrieve this ID directly from Slack, from a user's profile. This field supports String type input. This field is displayed if you select Get by - User. string
Include locale?Set this to true to receive the locale for this user. Defaults to false. boolean

Output

ParameterDescriptionData Type
User IDID of a userstring
UserThe output user objectobject
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