Task: Create or Update Salesforce user
Description
This task will create or update a user in Salesforce.
Variables
Name | Description | Type | Example | Screenshot |
---|---|---|---|---|
Salesforce connected app client id | The client id of the connected application used for API. | String | 3MVG95NPsF2gwOiP_7mTFe89joE3l938PxGJawBim wVcxoi4ElIulEUwE6tEhjDqPCbtb3bAx.r_ba3X_jn1B | 1 |
Salesforce connected app client secret | The client secret of the connected application used for API. | String | 6401486123467130000 | 2 |
Salesforce admin username | The username of the Salesforce system admin account. | String | 3 | |
Salesforce admin password | The password of the Salesforce system admin account. | String | Password123! | 4 |
Salesforce admin security token | The security token of the Salesforce system admin account. | String | DcpuctiafEzkOLY1bJqVfVa1 | 5 |
Username | The username of the user. | String | John.Doe | 6 |
New username | The new username of the user. | String | J.Doe | 7 |
First name | The first name of the user. | String | John | 8 |
Last name | The last name of the user. | String | Doe | 9 |
Email address | The email address of the user. | String | 10 | |
Alias | The alias of the user. | String | JDoe | 11 |
Community nickname | The community nickname of the user. | String | JDoe | 12 |
User license | The user license of the user. | String | Identity | 13 |
Profile | The profile of the user. | String | Identity User | 14 |
Account active | The account status of the user. | Boolean | true | 15 |
Time zone | The time zone of the user. | String | Europe/Amsterdam | 16 |
Locale | The locale of the user. | String | nl_NL | 17 |
Language | The language of the user. | String | nl_NL | 18 |
Email encoding | The email encoding of the user | String | ISO-8859-1 | 19 |