This class is abstract.
Subclass of ConnectApi.ActorWithId Class
Name | Type | Description | Available Version |
---|---|---|---|
additionalLabel | String | An extra label for the user, for example, “Customer,” “Partner,” or “Acme Corporation.” If the user doesn’t have an extra label, the value is null. | 30.0 |
communityNickname | String | User’s nickname in the community. | 32.0 |
companyName | String | Name of the company. If your community allows access without logging in, the value is null for guest users. |
28.0 |
displayName | String | User’s name that is displayed in the community. If nicknames are enabled, the nickname is displayed. If nicknames aren’t enabled, the full name is displayed. | 32.0 |
firstName | String | User's first name. In version 39.0 and later, if nicknames are enabled, firstName is null. | 28.0 |
isChatterGuest | Boolean | true if user is a Chatter customer; false otherwise. | 28.0 |
isInThisCommunity | Boolean | true if user is in the same community as the context user; false otherwise | 28.0 |
lastName | String | User's last name. In version 39.0 and later, if nicknames are enabled, lastName is null. | 28.0 |
outOfOffice | ConnectApi.OutOfOffice | Extra out-of-office message, if one exists, for the user. | 40.0 |
photo | ConnectApi.Photo | Information about the user's photos. | 28.0 |
reputation | ConnectApi.Reputation Class | Reputation of the user. | 32.0 |
stamps | List<ConnectApi.Stamp> | Collection of the user’s stamps. | 39.0–43.0 |
title | String | User’s title. If your community allows access without logging in, the value is null for guest users. |
28.0 |
userType | ConnectApi.UserType Enum | Type of user.
|
28.0 |