UsersPhotos
class UsersPhotos extends Resource (View source)
The "photos" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$photos = $adminService->users_photos;
Methods
delete(string $userKey, array $optParams = [])
Removes the user's photo. (photos.delete)
patch(string $userKey, UserPhoto $postBody, array $optParams = [])
Adds a photo for the user. This method supports patch semantics. (photos.patch)
Details
delete(string $userKey, array $optParams = [])
Removes the user's photo. (photos.delete)
UserPhoto
get(string $userKey, array $optParams = [])
Retrieves the user's photo. (photos.get)
UserPhoto
patch(string $userKey, UserPhoto $postBody, array $optParams = [])
Adds a photo for the user. This method supports patch semantics. (photos.patch)