Create User

Create a new user in Salesforce.

Input

Field Definition Type Required
User
First Name First name of user. String TRUE
Last Name Last name of user. String TRUE
Username User's unique login, in the form of an email address. String TRUE
Email Email address of user. String TRUE
Profile Name User’s base-level permissions in Salesforce Dropdown TRUE
Role Name User's position in the organization. Dropdown FALSE
Alias Short name to identify the user on pages where the entire name does not fit (if no value is provided, alias is generated based on the Username, trimmed to eight characters). String FALSE
Nickname Name used to identify user in a community. String FALSE
Title

Job title of the user.

String FALSE
Email Encoding Character set and encoding for outbound email sent by user, defaulted to Unicode (UTF-8). Dropdown FALSE
Locale User's country or geographic region, defaulted to en_US (locales supported by Salesforce can be found here). String FALSE
Language User's primary language. Dropdown TRUE
Mobile Phone User's cellular or mobile phone number. String FALSE
Phone User's phone number. String FALSE
Street User's street address. String FALSE
City City portion of user’s address. String FALSE
State/Province State or province portion of user’s address. String FALSE
Country Country portion of user's address. String FALSE
Zip/Postal Code Zip code or postal code portion of user’s address. String FALSE
Employee Number Unique identification number for the user. String FALSE
Company Name Name of the user's company. String FALSE
Division Division of the company (for example, PC Sales Group). String FALSE
Department Department or group in the company (for example, Customer Support). String FALSE
Manager ID Unique identifier of user's manager. String FALSE
Permission Set Names Array of permission set names you can grant to the user. List of text FALSE
Permission Set Groups Names Array of permission set groups names you can grant to the user. List of text FALSE
Public Group Names Array of public group names you can assign to the user. List of text FALSE
Feature License Names Array of feature licenses you can grant to the user (feature licenses provide access to features not included in the user license). List of text FALSE
Federation ID User's unique identification for federation across multiple apps. String FALSE
Time Zone Primary time zone in which the user works, defaulted to (GMT-07:00) Pacific Daylight Time (America/Los_Angeles). Dropdown FALSE
Additional dynamically generated custom fields.

Output

Field Definition Type
User
User ID Unique identifier of the user. String

Related topics

Salesforce connector

Elements of Workflows

Salesforce developer documentation