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.

ConnectApi.UserProfileTab

Information about a profile tab.
Name Type Descriptio Available Version
id String The tab’s unique identifier or 18–character ID 29.0
isDefault Boolean Specifies if the tab appears first when clicking the user profile (true) or not (false) 29.0
tabType ConnectApi.​UserProfile​TabType Enum Specifies the type of tab
  • CustomVisualForce—Tab that displays data from a Visualforce page.
  • CustomWeb—Tab that displays data from any external web-based application or web page.
  • Element—Tab that displays generic content inline.
  • Feed—Tab that displays the Chatter feed.
  • Overview—Tab that displays user details.
29.0
tabUrl String The current tab’s content URL (for non built-in tab types) 29.0