[[["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-09-23 UTC."],[[["Retrieves details of a specific participant within a Google Meet conference."],["Requires providing the participant's resource name as a path parameter in the request URL."],["Returns a `Participant` object containing the participant's information if successful."],["Needs authorization with specific OAuth scopes related to Google Meet access."]]],["This document outlines how to retrieve a participant using their ID. A `GET` request is sent to a specified URL, structured with gRPC Transcoding syntax, including a required `name` parameter representing the participant's resource name. The request body must be empty. A successful response returns a `Participant` instance. Authorization requires either the `meetings.space.created` or `meetings.space.readonly` OAuth scope. No data is sent in the request body.\n"]]