This action allows you to create a new user in Salesforce.

Inputs:

  • User
    • First Name (string): First name of user.
    • Last Name (string): Last name of user.
    • Username (string): An administrative required 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 user. Email is a required field.
    • Profile Name (string): Profile is a required 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. If no value is provided for Alias field, we will generate one for you based on Username: strip out the domain portion and trim it to 8 characters.
    • 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, defaulted to Unicode (UTF-8).
    • Locale (string): Country or geographic region in which user is located, defaulted to en_US. 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 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 for example, PC Sales Group.
    • Department (string): Group that user works for, for example, Customer Support.
    • Manager ID (string): The user’s manager ID.
    • Permission Set Names (collection): An array of permission set names you want to grant to the user.
    • Public Group Names (collection): An array of public group names you want to assign the user to.
    • Feature License Names (collection): An array of feature license names you want to grant to the user.
    • Time Zone (dropdown): Primary time zone in which user works, defaulted to (GMT-07:00) Pacific Daylight Time (America/Los_Angeles).
    • Dynamically generated custom fields.

Outputs:

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