Create User
Create a new user.
Parameters
Parameter | Description |
---|---|
Alias | Specifies the user's alias, which is a unique identifier that is used in email addresses and other contexts. |
Specifies the email address of the user to be created. | |
Email Encoding Key | Specifies the encoding used for email messages sent to the user. Typically set to UTF-8 .Options are:
|
First Name | Specifies the first name of the user to be created. |
Language Locale Key | Specifies the language locale of the user.For example: en_US for English (United States).Options are:
|
Last Name | Specifies the last name of the user to be created. |
Locale SID Key | Specifies the locale of the user.For more information, see Supported Number, Name, and Address Formats (ICU).Options are:
|
Profile ID | ID of the user’s Profile. Use this value to cache metadata based on profile. |
Time Zone SID Key | Specifies the time zone ID of the user.For more information, see Supported Time Zones.Options are:
|
Username | Specifies the username of the user to be created. This should be the same as the email address in most cases. |
Example Output
{
"id": "001D000000IqhSLIAZ",
"errors": [],
"success": true
}
Workflow Library Example
Create User with Salesforce and Send Results Via Email
Preview this Workflow on desktop