Cmdlets for Salesforce

Build 25.0.9434

UserProfile

Manages user profile information, including name, email, and accessibility settings.

Columns

Name Type ReadOnly References Description
Id [KEY] String True

Unique identifier for the user profile record.

LastName String True

Last name of the user as displayed in the profile.

FirstName String True

First name of the user as displayed in the profile.

Name String True

Full name of the user, typically a combination of first and last names.

Title String True

Job title of the user, displayed in their public profile.

ManagerId String True

UserProfile.Id

Identifier of the user's manager, used to establish reporting hierarchy.

CompanyName String True

Name of the company the user is associated with.

AboutMe String True

User-provided biography or description for their profile.

Email String True

Email address associated with the user profile.

Phone String True

Primary phone number for the user.

MobilePhone String True

Mobile phone number associated with the user profile.

Fax String True

Fax number listed in the user's contact information.

Street String True

Street address listed in the user's profile.

City String True

City listed in the user's address.

State String True

State or province listed in the user's address.

PostalCode String True

ZIP or postal code for the user's address.

Country String True

Country associated with the user's address.

Latitude Double True

Latitude coordinate for geolocation based on the user's address.

Longitude Double True

Longitude coordinate for geolocation based on the user's address.

IsBadged Boolean True

Indicates whether the user's profile photo includes a badge overlay.

IsActive Boolean True

Specifies whether the user profile is currently active.

UserPreferencesActivityRemindersPopup Boolean True

Indicates if the user receives pop-up reminders for upcoming activities.

UserPreferencesEventRemindersCheckboxDefault Boolean True

Specifies if event reminders are checked by default when creating new events.

UserPreferencesTaskRemindersCheckboxDefault Boolean True

Specifies if task reminders are enabled by default for new tasks.

UserPreferencesReminderSoundOff Boolean True

Indicates whether reminder sounds are turned off for the user.

UserPreferencesDisableAllFeedsEmail Boolean True

Disables all Chatter feed email notifications for the user.

UserPreferencesDisableFollowersEmail Boolean True

Prevents email notifications when someone follows the user.

UserPreferencesDisableProfilePostEmail Boolean True

Disables email alerts for posts made directly to the user's profile.

UserPreferencesDisableChangeCommentEmail Boolean True

Prevents notifications when comments are edited.

UserPreferencesDisableLaterCommentEmail Boolean True

Prevents notifications for later comments on posts the user commented on.

UserPreferencesDisProfPostCommentEmail Boolean True

Disables notifications for comments on the user's profile posts.

UserPreferencesApexPagesDeveloperMode Boolean True

Enables developer mode, displaying page structure and debug logs in the UI.

UserPreferencesHideCSNGetChatterMobileTask Boolean True

Hides the Chatter Mobile promotional task from the user interface.

UserPreferencesDisableMentionsPostEmail Boolean True

Disables notifications when the user is mentioned in a post.

UserPreferencesDisMentionsCommentEmail Boolean True

Disables notifications when the user is mentioned in a comment.

UserPreferencesHideCSNDesktopTask Boolean True

Hides the Chatter Desktop installation task from the user interface.

UserPreferencesHideChatterOnboardingSplash Boolean True

Suppresses the initial Chatter onboarding splash screen for the user.

UserPreferencesHideSecondChatterOnboardingSplash Boolean True

Suppresses the follow-up Chatter onboarding splash screen.

UserPreferencesDisCommentAfterLikeEmail Boolean True

Prevents notifications when comments are added after the user likes a post.

UserPreferencesDisableLikeEmail Boolean True

Disables email notifications when someone likes the user's posts.

UserPreferencesDisableMessageEmail Boolean True

Disables email notifications for private Chatter messages.

UserPreferencesOptOutOfTouch Boolean True

Indicates whether the user has opted out of stay-in-touch communications.

UserPreferencesDisableBookmarkEmail Boolean True

Disables email notifications for bookmarks on the user's content.

UserPreferencesDisableSharePostEmail Boolean True

Prevents notifications when a user's post is shared.

UserPreferencesEnableAutoSubForFeeds Boolean True

Automatically subscribes the user to Chatter feeds they interact with.

UserPreferencesDisableFileShareNotificationsForApi Boolean True

Disables file share notifications generated via the API.

UserPreferencesShowTitleToExternalUsers Boolean True

Allows external users to view the user's job title on their profile.

UserPreferencesShowManagerToExternalUsers Boolean True

Allows external users to view the user's manager on their profile.

UserPreferencesShowEmailToExternalUsers Boolean True

Allows external users to see the user's email address.

UserPreferencesShowWorkPhoneToExternalUsers Boolean True

Displays the user's work phone number to external users.

UserPreferencesShowMobilePhoneToExternalUsers Boolean True

Displays the user's mobile number to external users.

UserPreferencesShowFaxToExternalUsers Boolean True

Displays the user's fax number to external users.

UserPreferencesShowStreetAddressToExternalUsers Boolean True

Displays the user's street address to external users.

UserPreferencesShowCityToExternalUsers Boolean True

Displays the user's city to external users.

UserPreferencesShowStateToExternalUsers Boolean True

Displays the user's state or province to external users.

UserPreferencesShowPostalCodeToExternalUsers Boolean True

Displays the user's postal or ZIP code to external users.

UserPreferencesShowCountryToExternalUsers Boolean True

Displays the user's country to external users.

UserPreferencesShowProfilePicToGuestUsers Boolean True

Allows guest users to view the user's profile photo.

UserPreferencesShowTitleToGuestUsers Boolean True

Displays the user's job title to guest (unauthenticated) users.

UserPreferencesShowCityToGuestUsers Boolean True

Displays the user's city to guest users.

UserPreferencesShowStateToGuestUsers Boolean True

Displays the user's state or province to guest users.

UserPreferencesShowPostalCodeToGuestUsers Boolean True

Displays the user's postal or ZIP code to guest users.

UserPreferencesShowCountryToGuestUsers Boolean True

Displays the user's country to guest users.

UserPreferencesHideS1BrowserUI Boolean True

Hides the Salesforce mobile web interface when accessed from a desktop browser.

FullPhotoUrl String True

URL pointing to the user's full-size profile photo.

SmallPhotoUrl String True

URL pointing to the user's thumbnail-size profile photo.

LastModifiedDate Datetime True

Date and time when the user profile was last modified.

LastModifiedById String True

User.Id

Identifier of the user who last modified the profile.

SystemModstamp Datetime True

System-generated timestamp of the most recent change to the profile record.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434