[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Adds a user photo using a PUT request to a specific endpoint."],["Requires a `userKey` to identify the user, which can be an email address or unique ID."],["Request and response bodies utilize the UserPhoto object for data transfer."],["Needs authorization with the `https://www.googleapis.com/auth/admin.directory.user` scope."]]],["This describes how to add a user's photo via a `PUT` HTTP request to `https://admin.googleapis.com/admin/directory/v1/users/{userKey}/photos/thumbnail`. The `userKey` parameter identifies the user by email or ID. The request and response bodies utilize the `UserPhoto` object. Authorization requires the `https://www.googleapis.com/auth/admin.directory.user` OAuth scope. The operation relies on [gRPC Transcoding](https://google.aip.dev/127) syntax.\n"]]