This action allows you to update an existing user in Salesforce.

Inputs:

  • Update By
    • User ID (string): The unique user ID.
  • Fields
    • First Name (string): First name of the user.
    • Last Name (string): Last name of the user.
    • Username (string): An administrative field that defines the user’s login. Username needs to be in the format of email, and needs to be unique.
    • Email (string): Email address of the 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 the 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. Supported Locales by Salesforce here.
    • Language (dropdown): The primary language for the user.
    • Mobile Phone (string): Cellular or mobile phone number.
    • Phone (string): Phone number of the user.
    • Street (string): Street address for the user.
    • City (string): City portion of the user’s address.
    • State/Province (string): State or province portion of the user’s address.
    • Zip/Postal Code (string): Zip code or postal code portion of the user’s address.
    • Employee Number (string): Identifying number for the user.
    • Company Name (string): Company name where the user works.
    • Division (string): Company division to which user belongs for example, PC Sales Group.
    • Department (string): Group that user works for, for example, Customer Support.
    • Manager ID (string): The user’s manager ID.
    • Time Zone (dropdown): Primary time zone in which user works.
    • Dynamically generated custom fields.

Outputs:

  • This action has no output fields