This action allows you to search for Salesforce users based on Username or Email.

Parameters:

  • Search By
    • Username (string): The username of the user.
    • Email (string): The email address of the user.

Inputs:

  • Query
    • Value (string): The value you want to search for, note it has to be exact search, not partial search.

Outputs:

  • Result
    • If Search By Username selected:
      • User ID (string): The unique user ID.
      • First Name (string): First name of user.
      • Last Name (string): Last name of user.
      • Username (string): An administrative field that defines the user’s login.
      • Email (string): Email address of user.
      • Is Active? (boolean): Whether the user is active or not.
      • Is Frozen? (boolean): Whether the user is frozen or not.
      • Email (string): Email address of user.
      • Alias (string): Short name to identify the user on list pages, reports, and other pages where the entire name does not fit.
      • Nickname (string): The name used to identify this user in a community.
      • Title (string): Job title of user.
      • Email Encoding (dropdown): Character set and encoding for outbound email sent by user from within Salesforce.
      • Locale (string): Country or geographic region in which user is located.
      • Language (dropdown): The primary language for the user.
      • Mobile Phone (string): Cellular or mobile phone number.
      • Phone (string): Phone number of user.
      • Street (string): Street address for user.
      • City (string): City portion of user’s address.
      • State/Province (string): State or province portion of user’s address.
      • Zip/Postal Code (string): Zip code or postal code portion of user’s address.
      • Employee Number (string): Identifying number for the user.
      • Company Name (string): Company name where user works.
      • Division (string): Company division to which user belongs.
      • Department (string): Group that user works for.
      • Manager ID (string): The user’s manager ID.
    • If Search By Email selected:
      • Users (collection): A list of matching user objects.