Skip to main content

photos

Overview

Namephotos
TypeResource
Idgoogleadmin.directory.photos

Fields

NameDatatypeDescription
idstringThe ID the API uses to uniquely identify the user.
etagstringETag of the resource.
heightintegerHeight of the photo in pixels.
kindstringThe type of the API resource. For Photo resources, this is admin#directory#user#photo.
mimeTypestringThe MIME type of the photo. Allowed values are JPEG, PNG, GIF, BMP, TIFF, and web-safe base64 encoding.
photoDatastringThe user photo's upload data in web-safe Base64 format in bytes. This means: The slash (/) character is replaced with the underscore (_) character. The plus sign (+) character is replaced with the hyphen (-) character. The equals sign (=) character is replaced with the asterisk (). For padding, the period (.) character is used instead of the RFC-4648 baseURL definition which uses the equals sign (=) for padding. This is done to simplify URL-parsing. Whatever the size of the photo being uploaded, the API downsizes it to 96x96 pixels.
primaryEmailstringThe user's primary email address.
widthintegerWidth of the photo in pixels.

Methods

NameAccessible byRequired ParamsDescription
getSELECTuserKeyRetrieves the user's photo.
deleteDELETEuserKeyRemoves the user's photo.
patchEXECuserKeyAdds a photo for the user. This method supports patch semantics.
updateEXECuserKeyAdds a photo for the user.