Newer Version Available
ConnectApi.Photo Class
| Name | Type | Description | Available Version |
|---|---|---|---|
| fullEmailPhotoUrl | String | A temporary URL to the large profile picture. The URL expires after 30 days and is available to unauthenticated users. | 28.0 |
| largePhotoUrl | String | URL to the large profile picture. The default width is 200 pixels, and the height is scaled so the original image proportions are maintained. | 28.0 |
| mediumPhotoUrl | String | URL to the medium profile picture. The default width is 160 pixels, and the height is scaled so the original image proportions are maintained. | 37.0 |
| photoVersionId | String | 18–character ID to that version of the photo | 28.0 |
| smallPhotoUrl | String | URL to the small profile picture. The default size is 64x64 pixels. | 28.0 |
| standardEmailPhotoUrl | String | A temporary URL to the small profile. The URL expires after 30 days and is available to unauthenticated users. | 28.0 |
| url | String | A resource that returns a Photo object: for example, /services/data/v38.0/chatter/users/005D0000001LL8OIAW/photo. | 28.0 |