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.UserDetail

Details about a user in an org.

Subclass of ConnectApi.User.

If the context user doesn’t have permission to see a property, its value is set to null.

Name Type Description Available Version
aboutMe String Text from user's profile. 28.0
address ConnectApi.​Address User’s address. 28.0
bannerPhoto ConnectApi.BannerPhoto User’s banner photo. 36.0
chatterActivity ConnectApi.​Chatter​Activity Chatter activity statistics. 28.0
chatterInfluence ConnectApi.​Global​Influence User’s influence rank. 28.0
email String User's email address. 28.0
followersCount Integer Number of users following this user. 28.0
followingCounts ConnectApi.​Following​Counts Information about items the user is following. 28.0
groupCount Integer Number of groups user is following. 28.0
hasChatter Boolean true if user has access to Chatter; false otherwise. 31.0
isActive Boolean true if user is active; false otherwise. 28.0
managerId String 18-character ID of the user’s manager. 28.0
managerName String Locale-based concatenation of manager's first and last names. 28.0
phoneNumbers List<ConnectApi.​Phone​Number> Collection of user's phone numbers. 28.0
thanksReceived Integer The number of times the user has been thanked. 29.0
username String Username of the user, such as Admin@mycompany.com. 28.0