Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Portal User Creation Input

Input representation for the details to create a portal user.
JSON example
1{
2    "profileId": "00e123AbcDefGhiJkl",
3    "emailEncodingKey": "ISO-8859-1",
4    "languageLocaleKey": "en_US",
5    "localeSidKey": "en_US",
6    "timeZoneSidKey": "Atlanta"
7}
Properties
Name Type Description Required or Optional Available Version
emailEncodingKey String Email encoding for the user, such as UTF-8 or ISO-8859-1. Optional 65.0
languageLocaleKey String Language for the user, such as en_US for U.S. English. Optional 65.0
localeSidKey String Locale for the user, which affects the format of dates, times, and numbers. Optional 65.0
profileId String ID of the profile to assign to the new portal user. Required 65.0
timeZoneSidKey String Time zone for the user, such as America or Los_Angeles. Optional 65.0