Subclass of ConnectApi.User Class
Details about a user in an organization.
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.ChatterActivity | Chatter activity statistics | 28.0 |
chatterInfluence | ConnectApi.GlobalInfluence | User’s influence rank | 28.0 |
String | User's email address | 28.0 | |
followersCount | Integer | Number of users following this user | 28.0 |
followingCounts | ConnectApi.FollowingCounts | 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.PhoneNumber> | 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 |