This action allows you to get the details of an existing Salesforce user.

Inputs:

  • Read By

    • User ID (string): The unique user ID.

      Outputs:

  • User

    • 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.
    • Profile Name (string): An administrative field that specifies the user’s base-level permissions to perform different functions within the application.
    • Role Name (string): An administrative field that specifies the position of the user within an organization.
    • 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.
    • Permission Set Names (collection): An array of permission sets you want to grant to the user.
    • Public Group Names (collection): An array of public groups you want to assign the user to.
    • Feature License Names (collection): An array of feature licenses you want to grant to the user.
    • Time Zone (dropdown): Primary time zone in which user works.
    • Dynamically generated custom fields.