The following properties can be used to handle the information regarding a Salesforce user:
| | |
Name | Type used | Effect |
---|
UserDefaultCurrencyIsoCode | Character string | ISO code of the default currency used by the user. This property is available in read-only. |
OrganizationDefaultCurrencyISOCode | Character string | ISO code of the default currency used by the company. This property is available in read-only. |
Email | Character string | User email. This property is available in read-only. |
TimeZone | Character string | Time zone of the user. This property is available in read-only. |
ProfileId | Character string | Identifier of the user profile. This property is available in read-only. |
RoleId | Character string | Identifier of the position (role) occupied by the user in the company. This property is available in read-only. |
OrganizationId | Character string | Identifier of the company. This property is available in read-only. |
UserId | Character string | User identifier. This property is available in read-only. |
Language | Character string | Language of the user. This parameter defines the language used for the captions of the controls in the application. The first two characters represent the ISO code of the language. These characters are followed by an underscore character (_) then by the ISO code of the country.- Example for the USA: "en_US".
- Example for the French Canada: "fr_CA".
This property is available in read-only. |
Login | Character string | Login of user. This property is available in read-only. |
AccessibilityMode | Boolean | - True if the accessibility mode for the unsighted users is enabled,
- False otherwise.
This property is available in read-only. |
OrganizationMultiCurrency | Boolean | - True if the company is using several currencies,
- False otherwise.
This property is available in read-only. |
FullName | Character string | Full name of the user. This property is available in read-only. |
OrganizationName | Character string | Name of the user organization or company. This property is available in read-only. |
Versions 17 and laterRegionalSettings New in version 17RegionalSettings RegionalSettings | Character string | Language used to define the regional settings (format of dates, symbols of currencies). The first two characters represent the ISO code of the language. These characters are followed by an underscore character (_) then by the ISO code of the country.- Example for the USA: "en_US".
- Example for the French Canada: "fr_CA".
This property is available in read-only.Caution: Before version 170078, this property was named "..Region". It was renamed from version 170078. |
Region | Character string | Property kept for backward compatibility. From version 170078, we recommend that you use ..RegionalSettings. Language used to define the regional settings (format of dates, symbols of currencies). The first two characters represent the ISO code of the language. These characters are followed by an underscore character (_) then by the ISO code of the country. - Example for the USA: "en_US".
- Example for the French Canada: "fr_CA".
This property is available in read-only. |
CurrencySymbol | Character string | Symbol of the currency used. This property is available in read-only. |
UISkin | Character string | Theme used for the interface. Can correspond to:- "Theme1" if the user uses the interface named "Salesforce Classic".
- "Theme2" if the user uses the interface named "Salesforce".
This property is available in read-only. |
UserType | Character string | Type of user license assigned to the profile associated with the user. This property is available in read-only. |