Newer Version Available
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