Update User
Update an existing user in Salesforce.
Input
Field | Definition | Type | Required |
---|---|---|---|
User |
|||
First Name |
First name of user. |
Text |
TRUE |
Last Name |
Last name of user. |
Text |
FALSE |
Username |
User's unique login, in the form of an email address. |
Text |
FALSE |
|
Email address of user. Updates to this field are not visible in the profile until the user confirms the changed address. |
Text |
FALSE |
Profile Name |
User's base-level permissions in Salesforce. |
Dropdown |
FALSE |
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). |
Text |
FALSE |
Nickname |
Name used to identify user in a community. |
Text |
FALSE |
Title |
Job title of the user. |
Text |
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). |
Text |
FALSE |
Language |
User's primary language. |
Dropdown |
FALSE |
Mobile Phone |
User's cellular or mobile phone number. |
Text |
FALSE |
Phone |
User's phone number. |
Text |
FALSE |
Street |
User's street address. |
Text |
FALSE |
City |
City portion of user's address. |
Text |
FALSE |
State/Province |
State or province portion of user's address. |
Text |
FALSE |
Country |
Country portion of user's address. |
Text |
FALSE |
Zip/Postal Code |
Zip code or postal code portion of user's address. |
Text |
FALSE |
Employee Number |
Unique identification number for the user. |
Text |
FALSE |
Company Name |
Name of the user's company. |
Text |
FALSE |
Division |
Division of the company (for example, PC Sales Group). |
Text |
FALSE |
Department |
Department or group in the company (for example, Customer Support). |
Text |
FALSE |
Manager ID |
Unique identifier of user's manager. |
Text |
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 the user to. |
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. |
Text |
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 |
---|---|---|
Status Code |
Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:
For a full list of possible status codes, see HTTP status codes. |
Number |